OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSameOperationAs
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/IR/
Instruction.h
345
/// When checking for operation equivalence (using
isSameOperationAs
) it is
363
bool
isSameOperationAs
(const Instruction *I, unsigned flags = 0) const;
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
748
!SI.
isSameOperationAs
(OtherStore))
764
!SI.
isSameOperationAs
(OtherStore))
InstCombinePHI.cpp
437
if (I == 0 || !I->hasOneUse() || !I->
isSameOperationAs
(FirstInst))
[
all
...]
/external/llvm/lib/IR/
Instruction.cpp
330
//
isSameOperationAs
333
bool Instruction::
isSameOperationAs
(const Instruction *I,
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
[
all
...]
Completed in 91 milliseconds