Searched refs:OtherVal (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCompares.cpp | 2218 Value *OtherVal, InstCombiner &IC) { in ProcessUMulZExtIdiom() argument 2225 assert(I.getOperand(0) == OtherVal || I.getOperand(1) == OtherVal); in ProcessUMulZExtIdiom() 2283 if (ZExtInst *Zext = dyn_cast<ZExtInst>(OtherVal)) in ProcessUMulZExtIdiom() 2296 if (match(OtherVal, m_And(m_Value(ValToMask), m_ConstantInt(CI)))) { in ProcessUMulZExtIdiom() 2312 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in ProcessUMulZExtIdiom() 2324 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in ProcessUMulZExtIdiom() 2335 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in ProcessUMulZExtIdiom() 2347 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in ProcessUMulZExtIdiom() 2379 if (U == &I || U == OtherVal) in ProcessUMulZExtIdiom() 2402 if (isa<Instruction>(OtherVal)) in ProcessUMulZExtIdiom() [all …]
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | GlobalOpt.cpp | 1594 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { in TryToShrinkGlobalToBoolean() argument 1632 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) in TryToShrinkGlobalToBoolean() 1639 bool StoringOther = SI->getOperand(0) == OtherVal; in TryToShrinkGlobalToBoolean() 1677 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI); in TryToShrinkGlobalToBoolean()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 25261 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1); in OptimizeConditionalInDecrement() local 25264 DL, OtherVal.getValueType(), OtherVal, in OptimizeConditionalInDecrement() 25265 DAG.getConstant(-1ULL, DL, OtherVal.getValueType()), in OptimizeConditionalInDecrement() 25268 DL, OtherVal.getValueType(), OtherVal, in OptimizeConditionalInDecrement() 25269 DAG.getConstant(0, DL, OtherVal.getValueType()), NewCmp); in OptimizeConditionalInDecrement()
|