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

/freebsd-10.2-release/lib/clang/libllvmcore/
H A DMakefile12 ConstantFold.cpp \
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3328 /// ConstantFold - Try to fold instruction I into a constant. This works for
3333 ConstantFold(Instruction *I, function
3391 } else if (Constant *C = ConstantFold(I, ConstantPool, DL)) {

Completed in 98 milliseconds