Searched refs:CreateZExtOrBitCast (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | NoFolder.h | 238 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function 239 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
| HD | ConstantFolder.h | 179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
| HD | TargetFolder.h | 198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | InstrTypes.h | 431 static CastInst *CreateZExtOrBitCast( 439 static CastInst *CreateZExtOrBitCast(
|
| HD | IRBuilder.h | 1140 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, 1145 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name); 1146 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprScalar.cpp | 2894 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext"); in VisitBinLAnd() 2936 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext"); in VisitBinLAnd() 2965 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext"); in VisitBinLOr() 3007 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext"); in VisitBinLOr()
|
| HD | CGObjCGNU.cpp | 2856 return CGF.Builder.CreateZExtOrBitCast( in EmitIvarOffset() 2869 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
|
| HD | CGBuiltin.cpp | 4012 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty); in EmitARMBuiltinExpr() 4065 Arg1 = Builder.CreateZExtOrBitCast(Arg1, Int32Ty); in EmitARMBuiltinExpr()
|
| /trueos/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCalls.cpp | 697 return CastInst::CreateZExtOrBitCast(Arg0, II->getType()); in visitCallInst()
|
| HD | InstCombineAddSub.cpp | 1420 return CastInst::CreateZExtOrBitCast(X, Op1->getType()); in visitSub()
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | Instructions.cpp | 2394 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst 2402 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
|
| HD | Core.cpp | 2334 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildZExtOrBitCast()
|