Searched refs:SQ (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1789 if (Value *V = SimplifyCall(&CI, SQ.getWithInstruction(&CI)))
2246 SQ.getWithInstruction(II))) {
2280 SQ.getWithInstruction(II))) {
H A DInstCombineSelect.cpp1399 if (Value *V = foldSelectValueEquivalence(SI, *ICI, SQ))
2349 SQ.getWithInstruction(&SI)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5338 Value *llvm::SimplifyInstruction(Instruction *I, const SimplifyQuery &SQ, argument
5340 const SimplifyQuery Q = SQ.CxtI ? SQ : SQ.getWithInstruction(I);

Completed in 208 milliseconds

12