Home
last modified time | relevance | path

Searched refs:CompareInst (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCustomSafeOptPass.cpp229 …auto CompareInst = cast<ICmpInst>(isa<ICmpInst>(I.getOperand(0)) ? I.getOperand(0) : I.getOperand(… in visitAnd() local
230 …egatedCompareInst = builder.CreateICmp(CompareInst->getInversePredicate(), CompareInst->getOperand… in visitAnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp3121 const InstIcmp *CompareInst = llvm::cast<InstIcmp>(Producer); in lowerBr() local
3122 Operand *Src0 = CompareInst->getSrc(0); in lowerBr()
3123 Operand *Src1 = CompareInst->getSrc(1); in lowerBr()
3142 switch (CompareInst->getCondition()) { in lowerBr()
3166 switch (CompareInst->getCondition()) { in lowerBr()