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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp955 Value *Op0LHS = LHS->getOperand(0), *Op0RHS = LHS->getOperand(1); local
960 if (Op0LHS == Op1RHS && Op0RHS == Op1LHS) {
966 if (Op0LHS == Op1LHS && Op0RHS == Op1RHS) {
969 return Builder->CreateFCmp((FCmpInst::Predicate)Op0CC, Op0LHS, Op0RHS);
1001 return getFCmpValue(true, Op1Pred, Op0LHS, Op0RHS, Builder);
1030 Value *Op0LHS = Op0I->getOperand(0); local
1040 if (MaskedValueIsZero(Op0LHS, NotAndRHS)) {
1044 return BinaryOperator::Create(Op0I->getOpcode(), Op0LHS, NewRHS);
1049 Value *NewLHS = Builder->CreateAnd(Op0LHS, AndRHS,
1050 Op0LHS
1719 Value *Op0LHS = LHS->getOperand(0), *Op0RHS = LHS->getOperand(1); local
[all...]

Completed in 62 milliseconds