/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function 240 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
D | ConstantFolder.h | 186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
D | InstrTypes.h | 630 static CastInst *CreateZExtOrBitCast( 638 static CastInst *CreateZExtOrBitCast(
|
D | IRBuilder.h | 1320 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, 1325 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name); 1326 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 471 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType()); in FoldPHIArgZextsIntoPHI()
|
D | InstCombineAddSub.cpp | 1557 return CastInst::CreateZExtOrBitCast(X, Op1->getType()); in visitSub()
|
D | InstCombineAndOrXor.cpp | 1243 return CastInst::CreateZExtOrBitCast(Not, I.getType()); in matchDeMorgansLaws()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 3069 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext"); in VisitBinLAnd() 3114 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext"); in VisitBinLAnd() 3147 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext"); in VisitBinLOr() 3192 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext"); in VisitBinLOr()
|
D | CGObjCGNU.cpp | 2852 return CGF.Builder.CreateZExtOrBitCast( in EmitIvarOffset() 2870 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
|
D | CGBuiltin.cpp | 3699 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty); in EmitARMBuiltinExpr() 3750 Arg1 = Builder.CreateZExtOrBitCast(Arg1, Int32Ty); in EmitARMBuiltinExpr() 4466 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int64Ty); in EmitAArch64BuiltinExpr() 4513 Arg1 = Builder.CreateZExtOrBitCast(Arg1, DataTy); in EmitAArch64BuiltinExpr()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2615 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst 2623 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
|
D | Core.cpp | 2678 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildZExtOrBitCast()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2376 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *) 2388 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1599 func (b Builder) CreateZExtOrBitCast(val Value, t Type, name string) (v Value) { func
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9992 {Builder.CreateZExtOrBitCast( in emitStoreConditional()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12069 Strex, {Builder.CreateZExtOrBitCast( in emitStoreConditional()
|