HomeSort by relevance Sort by last modified time
    Searched refs:isEQ (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 402 /// match depending on isEQ).
407 bool matchInstruction(Instruction *I, bool isEQ) {
422 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ:ICmpInst::ICMP_NE)) {
463 if (!isEQ)
491 bool isEQ = (I->getOpcode() == Instruction::Or);
503 // If it is a || (or && depending on isEQ), process the operands.
504 if (I->getOpcode() == (isEQ ? Instruction::Or : Instruction::And)) {
511 if (matchInstruction(I, isEQ))
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 486 milliseconds