Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/
H A Dcast-vector.ll7 ; llvm::ConstantFoldCastInstruction when handling ptrtoint.
22 ; llvm::ConstantFoldCastInstruction when handling ptrtoint.
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstantFold.h34 Constant *ConstantFoldCastInstruction(
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantFold.cpp350 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction() function in llvm
H A DConstants.cpp1929 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast()