HomeSort by relevance Sort by last modified time
    Searched refs:AndC (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 336 Constant *AndC = Constant::getIntegerValue(VTy,
338 Instruction *And = BinaryOperator::CreateAnd(I->getOperand(0), AndC);
361 Constant *AndC =
363 Instruction *NewAnd = BinaryOperator::CreateAnd(I->getOperand(0), AndC);
    [all...]
  /external/opencv/cxcore/src/
cxlogic.cpp 509 ICV_DEF_UN_LOG_OP_2D( CV_AND, AndC )

Completed in 75 milliseconds