Home
last modified time | relevance | path

Searched refs:RHSCIOp (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1523 Value *RHSCIOp; in visitICmpInstWithCastAndCast() local
1555 RHSCIOp = CI->getOperand(0); in visitICmpInstWithCastAndCast()
1556 if (RHSCIOp->getType() != LHSCIOp->getType()) in visitICmpInstWithCastAndCast()
1566 return new ICmpInst(ICI.getPredicate(), LHSCIOp, RHSCIOp); in visitICmpInstWithCastAndCast()
1571 return new ICmpInst(ICI.getPredicate(), LHSCIOp, RHSCIOp); in visitICmpInstWithCastAndCast()
1574 return new ICmpInst(ICI.getUnsignedPredicate(), LHSCIOp, RHSCIOp); in visitICmpInstWithCastAndCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2380 Value *RHSCIOp; in visitICmpInstWithCastAndCast() local
2388 Value *RHSCIOp = RHSC->getOperand(0); in visitICmpInstWithCastAndCast() local
2389 if (RHSCIOp->getType()->getPointerAddressSpace() == in visitICmpInstWithCastAndCast()
2415 RHSCIOp = CI->getOperand(0); in visitICmpInstWithCastAndCast()
2416 if (RHSCIOp->getType() != LHSCIOp->getType()) in visitICmpInstWithCastAndCast()
2426 return new ICmpInst(ICmp.getPredicate(), LHSCIOp, RHSCIOp); in visitICmpInstWithCastAndCast()
2431 return new ICmpInst(ICmp.getPredicate(), LHSCIOp, RHSCIOp); in visitICmpInstWithCastAndCast()
2434 return new ICmpInst(ICmp.getUnsignedPredicate(), LHSCIOp, RHSCIOp); in visitICmpInstWithCastAndCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3624 Value *RHSCIOp; in foldICmpWithCastAndCast() local
3639 Value *RHSCIOp = RHSC->getOperand(0); in foldICmpWithCastAndCast() local
3640 if (RHSCIOp->getType()->getPointerAddressSpace() == in foldICmpWithCastAndCast()
3666 RHSCIOp = CI->getOperand(0); in foldICmpWithCastAndCast()
3667 if (RHSCIOp->getType() != LHSCIOp->getType()) in foldICmpWithCastAndCast()
3677 return new ICmpInst(ICmp.getPredicate(), LHSCIOp, RHSCIOp); in foldICmpWithCastAndCast()
3682 return new ICmpInst(ICmp.getPredicate(), LHSCIOp, RHSCIOp); in foldICmpWithCastAndCast()
3685 return new ICmpInst(ICmp.getUnsignedPredicate(), LHSCIOp, RHSCIOp); in foldICmpWithCastAndCast()