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 322 Constant *AndC = Constant::getIntegerValue(VTy,
324 Instruction *And = BinaryOperator::CreateAnd(I->getOperand(0), AndC);
347 Constant *AndC =
349 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 413 milliseconds