Searched refs:ICmp (Results 26 - 47 of 47) sorted by last modified time

12

/external/llvm/lib/IR/
H A DInstruction.cpp245 case ICmp: return "icmp";
H A DInstructions.cpp3088 if (Op == Instruction::ICmp) {
3108 if (Op == Instruction::ICmp) {
3203 default: llvm_unreachable("Invalid ICmp opcode to ConstantRange ctor!");
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1949 case Instruction::ICmp:
H A DAArch64TargetTransformInfo.cpp214 case Instruction::ICmp:
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2819 case Instruction::ICmp:
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp881 case Instruction::ICmp:
894 default: error("Invalid ICmp Predicate");
1285 case Instruction::ICmp: {
/external/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp307 case Instruction::ICmp:
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp229 case Instruction::ICmp:
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp3121 case Instruction::ICmp:
H A DX86TargetTransformInfo.cpp997 case Instruction::ICmp:
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp506 case Instruction::ICmp:
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp842 // Get the ICmp opcode
1894 assert(ICI.getPredicate() == ICmpInst::ICMP_UGT && "ICmp should be folded!");
2356 return CmpInst::Create(Instruction::ICmp, I.getPredicate(), V, Op1);
2360 return CmpInst::Create(Instruction::ICmp, I.getPredicate(), V, Op1);
H A DInstCombineVectorOps.cpp627 case Instruction::ICmp:
706 case Instruction::ICmp:
789 case Instruction::ICmp:
H A DInstructionCombining.cpp1747 case Instruction::ICmp: {
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp232 case Instruction::ICmp:
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp303 case Instruction::ICmp:
H A DGVN.cpp201 assert((Opcode == Instruction::ICmp || Opcode == Instruction::FCmp) &&
422 case Instruction::ICmp:
H A DSCCP.cpp1417 case Instruction::ICmp:
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp226 case Instruction::ICmp:
H A DSimplifyIndVar.cpp80 void eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand);
157 void SimplifyIndvar::eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand) { argument
159 ICmpInst::Predicate Pred = ICmp->getPredicate();
160 if (IVOperand != ICmp->getOperand(0)) {
162 assert(IVOperand == ICmp->getOperand(1) && "Can't find IVOperand");
167 // Get the SCEVs for the ICmp operands.
168 const SCEV *S = SE->getSCEV(ICmp->getOperand(IVOperIdx));
169 const SCEV *X = SE->getSCEV(ICmp->getOperand(1 - IVOperIdx));
172 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent());
179 ICmp
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp578 case Instruction::ICmp:
/external/lldb/source/Expression/
H A DIRInterpreter.cpp469 case Instruction::ICmp:
485 log->Printf("Unsupported ICmp predicate: %s", PrintValue(ii).c_str());
997 case Instruction::ICmp:
1004 log->Printf("getOpcode() returns ICmp, but instruction is not an ICmpInst");

Completed in 572 milliseconds

12