HomeSort by relevance Sort by last modified time
    Searched refs:isSameOperationAs (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/
Instruction.h 272 bool isSameOperationAs(const Instruction *I) const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 624 !SI.isSameOperationAs(OtherStore))
640 !SI.isSameOperationAs(OtherStore))
InstCombinePHI.cpp 437 if (I == 0 || !I->hasOneUse() || !I->isSameOperationAs(FirstInst))
    [all...]
  /external/llvm/lib/VMCore/
Instruction.cpp 233 // isSameOperationAs
236 bool Instruction::isSameOperationAs(const Instruction *I) const {
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 659 } else if (!J->isSameOperationAs(I)) {
    [all...]

Completed in 238 milliseconds