Searched refs:ConstantFoldMappedInstruction (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp207 /// ConstantFoldMappedInstruction - Constant fold the specified instruction,
209 Constant *ConstantFoldMappedInstruction(const Instruction *I);
235 if (Constant *C = ConstantFoldMappedInstruction(II)) {
316 /// ConstantFoldMappedInstruction - Constant fold the specified instruction,
319 ConstantFoldMappedInstruction(const Instruction *I) { function in class:PruningFunctionCloner

Completed in 125 milliseconds