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 377 /// match depending on isEQ).
382 bool matchInstruction(Instruction *I, bool isEQ) {
397 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ:ICmpInst::ICMP_NE)) {
438 if (!isEQ)
466 bool isEQ = (I->getOpcode() == Instruction::Or);
478 // If it is a || (or && depending on isEQ), process the operands.
479 if (I->getOpcode() == (isEQ ? Instruction::Or : Instruction::And)) {
486 if (matchInstruction(I, isEQ))
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 183 milliseconds