Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.h30 Constant *ConstantFoldCastInstruction(
DConstants.cpp1218 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast()
DConstantFold.cpp507 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction() function in llvm
/external/llvm/lib/IR/
DConstantFold.h29 Constant *ConstantFoldCastInstruction(
DConstantFold.cpp522 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction() function in llvm
DConstants.cpp1443 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast()