Searched refs:ConstantFoldCastInstruction (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantFold.h | 34 Constant *ConstantFoldCastInstruction(
|
H A D | ConstantFolder.h | 178 return ConstantFoldCastInstruction(Op, C, DestTy); in FoldCast()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 416 VecIndex = ConstantFoldCastInstruction(Instruction::Trunc, VecIndexC, VecIntPtrTy); in determineBaseAndStride() 418 VecIndex = ConstantFoldCastInstruction(Instruction::SExt, VecIndexC, VecIntPtrTy); in determineBaseAndStride()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 104 V = ConstantFoldCastInstruction(Instruction::FPExt, V, Arg->getType()); in createCond()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 127 : ConstantFoldCastInstruction(opc, V, DestTy); in foldMaybeUndesirableCast() 130 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction() function in llvm
|
H A D | Constants.cpp | 2170 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1470 return ConstantFoldCastInstruction(Opcode, C, DestTy); in ConstantFoldCastOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 333 return ConstantFoldCastInstruction(Instruction::FPTrunc, C, &Ty); in getWithType()
|