Searched refs:OtherVal (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2328 Value *OtherVal, InstCombiner &IC) { in ProcessUMulZExtIdiom() argument 2335 assert(I.getOperand(0) == OtherVal || I.getOperand(1) == OtherVal); in ProcessUMulZExtIdiom() 2395 if (ZExtInst *Zext = dyn_cast<ZExtInst>(OtherVal)) in ProcessUMulZExtIdiom() 2408 if (match(OtherVal, m_And(m_Value(ValToMask), m_ConstantInt(CI)))) { in ProcessUMulZExtIdiom() 2424 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in ProcessUMulZExtIdiom() 2436 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in ProcessUMulZExtIdiom() 2447 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in ProcessUMulZExtIdiom() 2459 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in ProcessUMulZExtIdiom() 2490 if (U == &I || U == OtherVal) in ProcessUMulZExtIdiom() 2513 if (isa<Instruction>(OtherVal)) in ProcessUMulZExtIdiom() [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1596 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { in TryToShrinkGlobalToBoolean() argument 1634 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) in TryToShrinkGlobalToBoolean() 1641 bool StoringOther = SI->getOperand(0) == OtherVal; in TryToShrinkGlobalToBoolean() 1679 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI); in TryToShrinkGlobalToBoolean()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 27555 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1); in OptimizeConditionalInDecrement() local 27558 DL, OtherVal.getValueType(), OtherVal, in OptimizeConditionalInDecrement() 27559 DAG.getConstant(-1ULL, DL, OtherVal.getValueType()), in OptimizeConditionalInDecrement() 27562 DL, OtherVal.getValueType(), OtherVal, in OptimizeConditionalInDecrement() 27563 DAG.getConstant(0, DL, OtherVal.getValueType()), NewCmp); in OptimizeConditionalInDecrement()
|