/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 148 StoredVal = Helper.CreateTruncOrBitCast(StoredVal, NewIntTy); in coerceAvailableValueToLoadType() 330 SrcVal = Builder.CreateTruncOrBitCast(SrcVal, in getStoreValueForLoadHelper()
|
H A D | ScalarEvolutionExpander.cpp | 1662 Builder.CreateTruncOrBitCast(OrigInc, IsomorphicInc->getType(), IVName); in replaceCongruentIVInc() 1765 NewIV = Builder.CreateTruncOrBitCast(OrigPhiRef, Phi->getType(), IVName); in replaceCongruentIVs()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 777 auto *LHS = B.CreateTruncOrBitCast(Instr->getOperand(0), TruncTy, in narrowSDivOrSRem() 779 auto *RHS = B.CreateTruncOrBitCast(Instr->getOperand(1), TruncTy, in narrowSDivOrSRem() 897 auto *LHS = B.CreateTruncOrBitCast(Instr->getOperand(0), TruncTy, in narrowUDivOrURem() 899 auto *RHS = B.CreateTruncOrBitCast(Instr->getOperand(1), TruncTy, in narrowUDivOrURem()
|
H A D | LoopStrengthReduce.cpp | 3490 IVOper = Builder.CreateTruncOrBitCast(IVOper, OperTy, "lsr.chain"); in GenerateIVChain()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 273 return Builder.CreateTruncOrBitCast(R, I->getType()); in visitImpl()
|
H A D | InstCombineShifts.cpp | 1664 return TruncInst::CreateTruncOrBitCast(NewAShr, OldAShr.getType()); in foldVariableSignZeroExtensionOfVariableHighBitExtract()
|
H A D | InstCombineCasts.cpp | 612 return CastInst::CreateTruncOrBitCast(Shift, DestTy); in narrowBinOp()
|
H A D | InstCombineAddSub.cpp | 1405 return TruncInst::CreateTruncOrBitCast(NewAShr, I.getType()); in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 617 static CastInst *CreateTruncOrBitCast(
|
H A D | IRBuilder.h | 2158 Value *CreateTruncOrBitCast(Value *V, Type *DestTy, const Twine &Name = "") {
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 6037 Arg1 = Builder.CreateTruncOrBitCast(Arg1, PTy1); in EmitBuiltinExpr() 6061 Arg0 = Builder.CreateTruncOrBitCast(Arg0, PTy0); in EmitBuiltinExpr() 6075 Arg2 = Builder.CreateTruncOrBitCast(Arg2, PTy2); in EmitBuiltinExpr() 7644 Ops[j] = CGF.Builder.CreateTruncOrBitCast( in EmitCommonNeonSISDBuiltinExpr() 8701 Value *Rt = Builder.CreateTruncOrBitCast(RtAndRt2, Int32Ty); in EmitARMBuiltinExpr() 8703 Rt2 = Builder.CreateTruncOrBitCast(Rt2, Int32Ty); in EmitARMBuiltinExpr() 8797 return Builder.CreateBitCast(Builder.CreateTruncOrBitCast(Val, IntResTy), in EmitARMBuiltinExpr() 8887 Value *Arg1a = Builder.CreateTruncOrBitCast(Arg1, Int32Ty); in EmitARMBuiltinExpr() 8889 Arg1b = Builder.CreateTruncOrBitCast(Arg1b, Int32Ty); in EmitARMBuiltinExpr() 11163 return Builder.CreateBitCast(Builder.CreateTruncOrBitCast(Val, IntResTy), in EmitAArch64BuiltinExpr()
|
H A D | MicrosoftCXXABI.cpp | 1277 VtorDispValue = Builder.CreateTruncOrBitCast(VtorDispValue, CGF.Int32Ty); in initializeHiddenVirtualInheritanceMembers()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 3011 CastInst *CastInst::CreateTruncOrBitCast(Value *S, Type *Ty, const Twine &Name, in CreateTruncOrBitCast() function in CastInst
|
H A D | Core.cpp | 4149 return wrap(unwrap(B)->CreateTruncOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildTruncOrBitCast()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 21562 return Builder.CreateTruncOrBitCast(CI, ValueTy); in emitLoadLinked()
|