OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAssociative
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/IR/
Instruction.h
253
///
isAssociative
- Return true if the instruction is associative:
259
bool
isAssociative
() const;
260
static bool
isAssociative
(unsigned op);
/external/llvm/lib/IR/
Instruction.cpp
470
///
isAssociative
- Return true if the instruction is associative:
476
bool Instruction::
isAssociative
(unsigned Opcode) {
481
bool Instruction::
isAssociative
() const {
483
if (
isAssociative
(Opcode))
ConstantFold.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp
370
if (!I->
isAssociative
() || !I->isCommutative()) return 0;
Reassociate.cpp
502
assert(Instruction::
isAssociative
(Opcode) &&
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
216
if (I.
isAssociative
()) {
267
if (I.
isAssociative
() && I.isCommutative()) {
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
262
assert(Instruction::
isAssociative
(Opcode) && "Not an associative operation!");
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 944 milliseconds