Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp526 bool ConstIsRHS = isa<Constant>(I.getOperand(1)); in FoldOperationIntoSelectOperand() local
527 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in FoldOperationIntoSelectOperand()
530 if (ConstIsRHS) in FoldOperationIntoSelectOperand()
536 if (!ConstIsRHS) in FoldOperationIntoSelectOperand()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp702 bool ConstIsRHS = isa<Constant>(I.getOperand(1)); in FoldOperationIntoSelectOperand() local
703 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in FoldOperationIntoSelectOperand()
706 if (ConstIsRHS) in FoldOperationIntoSelectOperand()
712 if (!ConstIsRHS) in FoldOperationIntoSelectOperand()