Searched defs:OtherVal (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1593 /// two values ever stored into GV are its initializer and OtherVal. See if we
1596 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { argument
1634 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal))
1641 bool StoringOther = SI->getOperand(0) == OtherVal;
1679 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2231 /// \param OtherVal The other argument of compare instruction.
2235 Value *OtherVal, InstCombiner &IC) {
2242 assert(I.getOperand(0) == OtherVal || I.getOperand(1) == OtherVal);
2300 if (ZExtInst *Zext = dyn_cast<ZExtInst>(OtherVal))
2313 if (match(OtherVal, m_And(m_Value(ValToMask), m_ConstantInt(CI)))) {
2329 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
2341 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
2352 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
2364 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
2234 ProcessUMulZExtIdiom(ICmpInst &I, Value *MulVal, Value *OtherVal, InstCombiner &IC) argument
3543 Value *OtherVal = A == Op1 ? B : A; local
3569 Value *OtherVal = A == Op0 ? B : A; local
[all...]

Completed in 139 milliseconds