Searched defs:ConstantFold (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3357 /// ConstantFold - Try to fold instruction I into a constant. This works for
3362 ConstantFold(Instruction *I, function
3420 } else if (Constant *C = ConstantFold(I, ConstantPool, DL)) {

Completed in 84 milliseconds