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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp856 static Value *foldOperationIntoSelectOperand(Instruction &I, Value *SO, function
954 Value *NewTV = foldOperationIntoSelectOperand(Op, TV, Builder);
955 Value *NewFV = foldOperationIntoSelectOperand(Op, FV, Builder);

Completed in 106 milliseconds