OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndC
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
337
Constant *
AndC
= Constant::getIntegerValue(VTy,
339
Instruction *And = BinaryOperator::CreateAnd(I->getOperand(0),
AndC
);
362
Constant *
AndC
=
364
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 1462 milliseconds