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

  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 430 /// match depending on isEQ).
435 bool matchInstruction(Instruction *I, bool isEQ) {
450 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE)) {
555 if (!isEQ)
582 bool isEQ = (I->getOpcode() == Instruction::Or);
596 // If it is a || (or && depending on isEQ), process the operands.
597 if (I->getOpcode() == (isEQ ? Instruction::Or : Instruction::And)) {
606 if (matchInstruction(I, isEQ))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 241 milliseconds