OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RK_IntegerAnd
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
LoopUtils.cpp
44
case
RK_IntegerAnd
:
433
return InstDesc(Kind ==
RK_IntegerAnd
, I);
488
if (AddReductionVar(Phi,
RK_IntegerAnd
, TheLoop, HasFunNoNaNAttr, RedDes)) {
530
case
RK_IntegerAnd
:
553
case
RK_IntegerAnd
:
/external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h
67
RK_IntegerAnd
, ///< Bitwise or logical AND of numbers.
Completed in 74 milliseconds