Home
last modified time | relevance | path

Searched refs:foldOperationIntoSelectOperand (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1054 static Value *foldOperationIntoSelectOperand(Instruction &I, Value *SO, in foldOperationIntoSelectOperand() function
1172 NewTV = foldOperationIntoSelectOperand(Op, TV, Builder); in FoldOpIntoSelect()
1174 NewFV = foldOperationIntoSelectOperand(Op, FV, Builder); in FoldOpIntoSelect()