Searched refs:CreateZExtOrBitCast (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | NoFolder.h | 226 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function 227 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
D | ConstantFolder.h | 179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
D | TargetFolder.h | 191 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
D | IRBuilder.h | 989 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, 994 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name); 995 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
|
/external/llvm/include/llvm/ |
D | InstrTypes.h | 434 static CastInst *CreateZExtOrBitCast( 442 static CastInst *CreateZExtOrBitCast(
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 2389 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext"); in VisitBinLAnd() 2431 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext"); in VisitBinLAnd() 2456 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext"); in VisitBinLOr() 2498 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext"); in VisitBinLOr()
|
D | CGObjCGNU.cpp | 2646 return CGF.Builder.CreateZExtOrBitCast( in EmitIvarOffset() 2659 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
|
/external/llvm/lib/VMCore/ |
D | Instructions.cpp | 2313 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst 2321 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
|
D | Core.cpp | 2147 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildZExtOrBitCast()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2197 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *) 2209 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
|