Searched refs:Op0LHS (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1099 Value *Op0LHS = LHS->getOperand(0), *Op0RHS = LHS->getOperand(1); in FoldAndOfFCmps() local 1103 if (Op0LHS == Op1RHS && Op0RHS == Op1LHS) { in FoldAndOfFCmps() 1118 if (Op0LHS == Op1LHS && Op0RHS == Op1RHS) in FoldAndOfFCmps() 1119 return getFCmpValue(getFCmpCode(Op0CC) & getFCmpCode(Op1CC), Op0LHS, Op0RHS, in FoldAndOfFCmps() 1335 Value *Op0LHS = Op0I->getOperand(0); in visitAnd() local 1345 if (MaskedValueIsZero(Op0LHS, NotAndRHS, 0, &I)) { in visitAnd() 1349 return BinaryOperator::Create(Op0I->getOpcode(), Op0LHS, NewRHS); in visitAnd() 1354 Value *NewLHS = Builder->CreateAnd(Op0LHS, AndRHS, in visitAnd() 1355 Op0LHS->getName()+".masked"); in visitAnd() 1365 if (Value *V = FoldLogicalPlusAnd(Op0LHS, Op0RHS, AndRHS, false, I)) in visitAnd() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1833 Value *Op0LHS = Op0I->getOperand(0); in visitAnd() local 1834 if (isa<ZExtInst>(Op0LHS)) in visitAnd()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1835 Value *Op0LHS = Op0I->getOperand(0); in visitAnd() local 1836 if (isa<ZExtInst>(Op0LHS)) in visitAnd()
|