Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp379 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits() local
381 Instruction *And = BinaryOperator::CreateAnd(I->getOperand(0), AndC); in SimplifyDemandedUseBits()
404 Constant *AndC = in SimplifyDemandedUseBits() local
406 Instruction *NewAnd = BinaryOperator::CreateAnd(I->getOperand(0), AndC); in SimplifyDemandedUseBits()
/external/opencv/cxcore/src/
Dcxlogic.cpp509 ICV_DEF_UN_LOG_OP_2D( CV_AND, AndC ) in ICV_DEF_BIN_LOG_OP_2D()