Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Support/
HDNoFolder.h238 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
239 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
HDConstantFolder.h179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
HDTargetFolder.h198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/trueos/contrib/llvm/include/llvm/IR/
HDInstrTypes.h431 static CastInst *CreateZExtOrBitCast(
439 static CastInst *CreateZExtOrBitCast(
HDIRBuilder.h1140 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/
HDCGExprScalar.cpp2894 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()
HDCGObjCGNU.cpp2856 return CGF.Builder.CreateZExtOrBitCast( in EmitIvarOffset()
2869 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
HDCGBuiltin.cpp4012 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty); in EmitARMBuiltinExpr()
4065 Arg1 = Builder.CreateZExtOrBitCast(Arg1, Int32Ty); in EmitARMBuiltinExpr()
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp697 return CastInst::CreateZExtOrBitCast(Arg0, II->getType()); in visitCallInst()
HDInstCombineAddSub.cpp1420 return CastInst::CreateZExtOrBitCast(X, Op1->getType()); in visitSub()
/trueos/contrib/llvm/lib/IR/
HDInstructions.cpp2394 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
HDCore.cpp2334 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildZExtOrBitCast()