Home
last modified time | relevance | path

Searched refs:isSameOperationAs (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DInstruction.h363 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp748 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
764 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
DInstCombinePHI.cpp437 if (I == 0 || !I->hasOneUse() || !I->isSameOperationAs(FirstInst)) in FoldPHIArgOpIntoPHI()
/external/llvm/lib/IR/
DInstruction.cpp333 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs() function in Instruction
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp935 if (!J->isSameOperationAs(I, Instruction::CompareIgnoringAlignment | in areInstsCompatible()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1217 if (!I1->isSameOperationAs(I2)) { in SinkThenElseCodeToEnd()