Searched refs:castValueToType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1386 static llvm::Value *castValueToType(CodeGenFunction &CGF, llvm::Value *Val, in castValueToType() function 1965 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1463 Value *castValueToType(InsertPointTy AllocaIP, Value *From, Type *ToType);
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2374 Value *OpenMPIRBuilder::castValueToType(InsertPointTy AllocaIP, Value *From, in castValueToType() function in OpenMPIRBuilder 2407 Value *ElemCast = castValueToType(AllocaIP, Element, CastTy); in createRuntimeShuffleFunction() 2417 return castValueToType(AllocaIP, ShuffleCall, CastTy); in createRuntimeShuffleFunction()
|