Home
last modified time | relevance | path

Searched refs:ConstantFoldCastInstruction (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFold.h34 Constant *ConstantFoldCastInstruction(
H A DConstantFolder.h178 return ConstantFoldCastInstruction(Op, C, DestTy); in FoldCast()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp416 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 DLibCallsShrinkWrap.cpp104 V = ConstantFoldCastInstruction(Instruction::FPExt, V, Arg->getType()); in createCond()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp127 : ConstantFoldCastInstruction(opc, V, DestTy); in foldMaybeUndesirableCast()
130 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction() function in llvm
H A DConstants.cpp2170 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1470 return ConstantFoldCastInstruction(Opcode, C, DestTy); in ConstantFoldCastOperand()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp333 return ConstantFoldCastInstruction(Instruction::FPTrunc, C, &Ty); in getWithType()