Searched refs:ConstantFold (Results 1 – 6 of 6) sorted by relevance
6 ConstantFold.cpp
10 ConstantFold.cpp
25 "ConstantFold.cpp",
247 module IR_ConstantFold { header "IR/ConstantFold.h" export * }
1015 https://github.com/llvm/llvm-project/blob/18c19414eb/llvm/lib/IR/ConstantFold.cpp#L168)
5473 ConstantFold(Instruction *I, const DataLayout &DL, in ConstantFold() function5520 } else if (Constant *C = ConstantFold(&I, DL, ConstantPool)) { in getCaseResults()