Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h347 const unsigned SIOpd);
DInstCombineCompares.cpp3074 const unsigned SIOpd) { in replacedSelectWithOperand() argument
3075 assert((SIOpd == 1 || SIOpd == 2) && "Invalid select operand!"); in replacedSelectWithOperand()
3089 SI->replaceUsesOutsideBlock(SI->getOperand(SIOpd), SI->getParent()); in replacedSelectWithOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h423 const unsigned SIOpd);
DInstCombineCompares.cpp4225 const unsigned SIOpd) { in replacedSelectWithOperand() argument
4226 assert((SIOpd == 1 || SIOpd == 2) && "Invalid select operand!"); in replacedSelectWithOperand()
4242 SI->replaceUsesOutsideBlock(SI->getOperand(SIOpd), SI->getParent()); in replacedSelectWithOperand()