Home
last modified time | relevance | path

Searched refs:And1 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp775 SDValue And0 = N->getOperand(0), And1 = N->getOperand(1); in performORCombine() local
788 if (And1.getOpcode() != ISD::AND) in performORCombine()
791 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) || in performORCombine()
799 SDValue Shl = And1.getOperand(0); in performORCombine()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2512 Value *And1 = Builder->CreateAnd(BO0->getOperand(0), Mask); in visitICmpInst() local
2514 return new ICmpInst(I.getPredicate(), And1, And2); in visitICmpInst()