Searched defs:isEQ (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 402 /// match depending on isEQ). 407 bool matchInstruction(Instruction *I, bool isEQ) { argument 422 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ:ICmpInst::ICMP_NE)) { 463 if (!isEQ) 491 bool isEQ = (I->getOpcode() == Instruction::Or); local 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))
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 9110 bool isEQ = (MI->getOpcode() == PPC::ANDIo_1_EQ_BIT || local 9123 .addReg(isEQ ? PPC::CR0EQ : PPC::CR0GT);
|
/external/valgrind/VEX/priv/ |
H A D | guest_arm64_toIR.c | 9703 Bool isEQ = bitU == 1; local 9708 isEQ ? binop(Iop_CmpEQ64x2, argL, argR) 9713 DIP("%s %s, %s, %s\n", isEQ ? "cmeq" : "cmtst", 9923 Bool isEQ = bitU == 0; local 9927 assign(res, isEQ ? binop(Iop_CmpEQ64x2, argL, argR) 9931 DIP("cm%s d%u, d%u, #0\n", isEQ ? "eq" : "le", dd, nn); 11426 Bool isEQ = bitU == 1; 11431 isEQ ? binop(mkVecCMPEQ(size), argL, argR) 11436 const HChar* nm = isEQ ? "cmeq" : "cmtst"; 12024 Bool isEQ [all...] |
Completed in 308 milliseconds