Home
last modified time | relevance | path

Searched refs:CreateZExtOrBitCast (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/IR/
DNoFolder.h239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
240 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DConstantFolder.h186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DInstrTypes.h630 static CastInst *CreateZExtOrBitCast(
638 static CastInst *CreateZExtOrBitCast(
DIRBuilder.h1320 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/
DTargetFolder.h199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp471 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType()); in FoldPHIArgZextsIntoPHI()
DInstCombineAddSub.cpp1557 return CastInst::CreateZExtOrBitCast(X, Op1->getType()); in visitSub()
DInstCombineAndOrXor.cpp1243 return CastInst::CreateZExtOrBitCast(Not, I.getType()); in matchDeMorgansLaws()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp3069 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()
DCGObjCGNU.cpp2852 return CGF.Builder.CreateZExtOrBitCast( in EmitIvarOffset()
2870 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
DCGBuiltin.cpp3699 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/
DInstructions.cpp2615 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
DCore.cpp2678 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildZExtOrBitCast()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2376 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
2388 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
/external/llvm/bindings/go/llvm/
Dir.go1599 func (b Builder) CreateZExtOrBitCast(val Value, t Type, name string) (v Value) { func
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9992 {Builder.CreateZExtOrBitCast( in emitStoreConditional()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp12069 Strex, {Builder.CreateZExtOrBitCast( in emitStoreConditional()