| /freebsd-14.2/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 | 1648 NewInc = Builder.CreateTruncOrBitCast( in replaceCongruentIVs() 1667 NewIV = Builder.CreateTruncOrBitCast(OrigPhiRef, Phi->getType(), IVName); in replaceCongruentIVs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 713 auto *LHS = B.CreateTruncOrBitCast(Instr->getOperand(0), TruncTy, in narrowSDivOrSRem() 715 auto *RHS = B.CreateTruncOrBitCast(Instr->getOperand(1), TruncTy, in narrowSDivOrSRem() 832 auto *LHS = B.CreateTruncOrBitCast(Instr->getOperand(0), TruncTy, in narrowUDivOrURem() 834 auto *RHS = B.CreateTruncOrBitCast(Instr->getOperand(1), TruncTy, in narrowUDivOrURem()
|
| H A D | LoopStrengthReduce.cpp | 3255 IVOper = Builder.CreateTruncOrBitCast(IVOper, OperTy, "lsr.chain"); in GenerateIVChain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 268 return Builder.CreateTruncOrBitCast(R, I->getType()); in visitImpl()
|
| H A D | InstCombineShifts.cpp | 1561 return TruncInst::CreateTruncOrBitCast(NewAShr, OldAShr.getType()); in foldVariableSignZeroExtensionOfVariableHighBitExtract()
|
| H A D | InstCombineCasts.cpp | 604 return CastInst::CreateTruncOrBitCast(Shift, DestTy); in narrowBinOp()
|
| H A D | InstCombineAddSub.cpp | 1363 return TruncInst::CreateTruncOrBitCast(NewAShr, I.getType()); in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 638 static CastInst *CreateTruncOrBitCast( 646 static CastInst *CreateTruncOrBitCast(
|
| H A D | IRBuilder.h | 2136 Value *CreateTruncOrBitCast(Value *V, Type *DestTy, const Twine &Name = "") {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3409 CastInst *CastInst::CreateTruncOrBitCast(Value *S, Type *Ty, in CreateTruncOrBitCast() function in CastInst 3417 CastInst *CastInst::CreateTruncOrBitCast(Value *S, Type *Ty, in CreateTruncOrBitCast() function in CastInst
|
| H A D | Core.cpp | 3915 return wrap(unwrap(B)->CreateTruncOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildTruncOrBitCast()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 5770 Arg1 = Builder.CreateTruncOrBitCast(Arg1, PTy1); in EmitBuiltinExpr() 5794 Arg0 = Builder.CreateTruncOrBitCast(Arg0, PTy0); in EmitBuiltinExpr() 5808 Arg2 = Builder.CreateTruncOrBitCast(Arg2, PTy2); in EmitBuiltinExpr() 7385 Ops[j] = CGF.Builder.CreateTruncOrBitCast( in EmitCommonNeonSISDBuiltinExpr() 8442 Value *Rt = Builder.CreateTruncOrBitCast(RtAndRt2, Int32Ty); in EmitARMBuiltinExpr() 8444 Rt2 = Builder.CreateTruncOrBitCast(Rt2, Int32Ty); in EmitARMBuiltinExpr() 8538 return Builder.CreateBitCast(Builder.CreateTruncOrBitCast(Val, IntResTy), in EmitARMBuiltinExpr() 8628 Value *Arg1a = Builder.CreateTruncOrBitCast(Arg1, Int32Ty); in EmitARMBuiltinExpr() 8630 Arg1b = Builder.CreateTruncOrBitCast(Arg1b, Int32Ty); in EmitARMBuiltinExpr() 10889 return Builder.CreateBitCast(Builder.CreateTruncOrBitCast(Val, IntResTy), in EmitAArch64BuiltinExpr()
|
| H A D | MicrosoftCXXABI.cpp | 1261 VtorDispValue = Builder.CreateTruncOrBitCast(VtorDispValue, CGF.Int32Ty); in initializeHiddenVirtualInheritanceMembers()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 21539 return Builder.CreateTruncOrBitCast(CI, ValueTy); in emitLoadLinked()
|