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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 352 const TargetData *TD, bool isEQ, unsigned &UsedICmps) {
359 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ:ICmpInst::ICMP_NE)) {
372 if (!isEQ)
389 // Otherwise, we can only handle an | or &, depending on isEQ.
390 if (I->getOpcode() != (isEQ ? Instruction::Or : Instruction::And))
396 isEQ, UsedICmps)) {
400 isEQ, UsedICmps)) {
425 isEQ, UsedICmps))
    [all...]
  /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/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 336 milliseconds