Searched refs:LHSVal (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp28 Value *LHSVal = FirstInst->getOperand(0); local
31 Type *LHSType = LHSVal->getType();
66 if (I->getOperand(0) != LHSVal) LHSVal = 0;
74 if (!LHSVal && !RHSVal)
82 if (LHSVal == 0) {
87 LHSVal = NewLHS;
115 LHSVal, RHSVal);
122 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLazyValueInfo.cpp701 LVILatticeVal LHSVal = getBlockValue(BBI->getOperand(0), BB); local
702 if (!LHSVal.isConstantRange()) {
707 ConstantRange LHSRange = LHSVal.getConstantRange();
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5587 SDValue LHSVal = getMemCmpLoad(LHS, LoadVT, LoadTy, *this); local
5590 SDValue Res = DAG.getSetCC(getCurDebugLoc(), MVT::i1, LHSVal, RHSVal,

Completed in 184 milliseconds