Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DInstruction.h285 bool isSameOperationAs(const Instruction *I) const;
/external/llvm/lib/VMCore/
DInstruction.cpp218 bool Instruction::isSameOperationAs(const Instruction *I) const { in isSameOperationAs() function in Instruction
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp433 if (I == 0 || !I->hasOneUse() || !I->isSameOperationAs(FirstInst)) in FoldPHIArgOpIntoPHI()