Searched refs:OtherVal (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2682 /// \param OtherVal The other argument of compare instruction.
2686 Value *OtherVal, InstCombiner &IC) {
2693 assert(I.getOperand(0) == OtherVal || I.getOperand(1) == OtherVal);
2753 if (ZExtInst *Zext = dyn_cast<ZExtInst>(OtherVal))
2766 if (match(OtherVal, m_And(m_Value(ValToMask), m_ConstantInt(CI)))) {
2782 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
2794 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
2805 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
2817 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
2685 ProcessUMulZExtIdiom(ICmpInst &I, Value *MulVal, Value *OtherVal, InstCombiner &IC) argument
4137 Value *OtherVal = A == Op1 ? B : A; local
4163 Value *OtherVal = A == Op0 ? B : A; local
[all...]
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1549 /// are its initializer and OtherVal. See if we can shrink the global into a
1552 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { argument
1591 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal))
1598 bool StoringOther = SI->getOperand(0) == OtherVal;
1636 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp1606 /// two values ever stored into GV are its initializer and OtherVal. See if we
1609 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { argument
1648 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal))
1655 bool StoringOther = SI->getOperand(0) == OtherVal;
1690 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2475 Value *OtherVal = A == Op1 ? B : A; local
2476 return new ICmpInst(I.getPredicate(), OtherVal,
2502 Value *OtherVal = A == Op0 ? B : A; local
2503 return new ICmpInst(I.getPredicate(), OtherVal,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp14157 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1); local
14160 DL, OtherVal.getValueType(), OtherVal,
14161 DAG.getConstant(-1ULL, OtherVal.getValueType()), NewCmp);
14163 DL, OtherVal.getValueType(), OtherVal,
14164 DAG.getConstant(0, OtherVal.getValueType()), NewCmp);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30617 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1); local
[all...]

Completed in 529 milliseconds