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

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

Completed in 223 milliseconds