Searched refs:Arg0Ty (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp190 Type *Arg0Ty = CI->getOperand(0)->getType(); local
191 auto IsArg0Vector = isa<VectorType>(Arg0Ty);
201 SmallVector<Type *, 2> ArgTypes = {OldF->getArg(0)->getType(), Arg0Ty};
224 // CI->getOperand(1) to a vector Arg0Ty. However, we use InsertElementInst
236 PoisonValue *PVal = PoisonValue::get(Arg0Ty);
239 ElementCount VecElemCount = cast<VectorType>(Arg0Ty)->getElementCount();
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp1075 QualType Arg0Ty,
1490 QualType Arg0Ty,
2137 QualType Arg0Ty,
2150 ActualArgs.add(RValue::get(Arg0), Arg0Ty); local
2132 EmitMessageSend(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Arg0, QualType Arg0Ty, bool IsSuper, const CallArgList &CallArgs, const ObjCMethodDecl *Method, const ObjCInterfaceDecl *ClassReceiver, const ObjCCommonTypesHelper &ObjCTypes) argument
H A DCGBuiltin.cpp5193 auto Arg0Ty = Arg0->getType();
5196 if (Arg0Ty->isArrayType())

Completed in 191 milliseconds