| /external/llvm/lib/Transforms/Instrumentation/ | 
| D | BoundsChecking.cpp | 158     Value *Cmp1 = Builder->CreateICmpSLT(Offset, ConstantInt::get(IntTy, 0));  in instrument()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ | 
| D | BoundsChecking.cpp | 102     Value *Cmp1 = IRB.CreateICmpSLT(Offset, ConstantInt::get(IntTy, 0));  in getBoundsCheckCond()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineSelect.cpp | 742   Value *Cmp1 = Cmp->getOperand(1);  in canonicalizeSaturatedAdd()  local1250   Value *Cmp1;  in canonicalizeClampLike()  local
 2442     Value *Cmp0 = FCI->getOperand(0), *Cmp1 = FCI->getOperand(1);  in visitSelectInst()  local
 
 | 
| D | InstCombineAndOrXor.cpp | 752 Value *InstCombiner::simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1,  in simplifyRangeCheck()1023 static Value *foldIsPowerOf2(ICmpInst *Cmp0, ICmpInst *Cmp1, bool JoinedByAnd,  in foldIsPowerOf2()
 
 | 
| D | InstCombineCalls.cpp | 1394   APFloat::cmpResult Cmp1 = Max3.compare(Src1);  in fmed3AMDGCN()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 558   Value *Cmp1 = IRB.CreateAnd(ThrewCmp, ThrewValueCmp, "cmp1");  in wrapTestSetjmp()  local
 | 
| /external/oboe/samples/RhythmGame/third_party/glm/gtx/ | 
| D | simd_vec4.inl | 317 	__m128 Cmp1 = _mm_cmpnlt_ps(x.Data, glm::detail::zero);  local
 | 
| /external/llvm/lib/Analysis/ | 
| D | LoopAccessAnalysis.cpp | 1868     Value *Cmp1 = ChkBuilder.CreateICmpULE(Start1, End0, "bound1");  in addRuntimeChecks()  local
 | 
| D | InstructionSimplify.cpp | 1632     auto *Cmp1 = dyn_cast<ICmpInst>(Cast1->getOperand(0));  in SimplifyAndInst()  local
 | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineAndOrXor.cpp | 815 Value *InstCombiner::simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1,  in simplifyRangeCheck()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | LoopAccessAnalysis.cpp | 2249     Value *Cmp1 = ChkBuilder.CreateICmpULT(Start1, End0, "bound1");  in addRuntimeChecks()  local
 | 
| D | InstructionSimplify.cpp | 1577 static Value *simplifyAndOrOfICmpsWithConstants(ICmpInst *Cmp0, ICmpInst *Cmp1,  in simplifyAndOrOfICmpsWithConstants()1614 static Value *simplifyAndOrOfICmpsWithZero(ICmpInst *Cmp0, ICmpInst *Cmp1,  in simplifyAndOrOfICmpsWithZero()
 
 | 
| /external/llvm/lib/CodeGen/SelectionDAG/ | 
| D | LegalizeIntegerTypes.cpp | 1795     SDValue Cmp1 = DAG.getSetCC(dl, getSetCCResultType(NVT), Lo, LoOps[0],  in ExpandIntRes_ADDSUB()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| D | LegalizeIntegerTypes.cpp | 2344     SDValue Cmp1 = DAG.getSetCC(dl, getSetCCResultType(NVT), Lo, LoOps[0],  in ExpandIntRes_ADDSUB()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | SIISelLowering.cpp | 9975   APFloat::cmpResult Cmp1 = F.compare(One);  in performClampCombine()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86ISelLowering.cpp | 21431         SDValue Cmp0, Cmp1;  in LowerVSETCC()  local44747       SDValue Cmp1 = DAG.getNode(X86ISD::CMP, DL, MVT::i32, Z, One);  in combineAddOrSubToADCOrSBB()  local
 44755   SDValue Cmp1 = DAG.getNode(X86ISD::CMP, DL, MVT::i32, Z, One);  in combineAddOrSubToADCOrSBB()  local
 
 | 
| /external/llvm/lib/Target/X86/ | 
| D | X86ISelLowering.cpp | 15299       SDValue Cmp1 = DAG.getNode(Opc, dl, VT, Op0, Op1,  in LowerVSETCC()  local
 |