Home
last modified time | relevance | path

Searched defs:FoldedMul (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp257 if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I)) in visitMul() local
260 if (Value *FoldedMul = foldMulSelectToNegate(I, Builder)) in visitMul() local
405 if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I)) in visitFMul() local
408 if (Value *FoldedMul = foldMulSelectToNegate(I, Builder)) in visitFMul() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp211 if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I)) in visitMul() local
214 if (Value *FoldedMul = foldMulSelectToNegate(I, Builder)) in visitMul() local
425 if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I)) in visitFMul() local
428 if (Value *FoldedMul = foldMulSelectToNegate(I, Builder)) in visitFMul() local