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

  /external/llvm/include/llvm/IR/
Instruction.h 363 /// When checking for operation equivalence (using isSameOperationAs) it is
381 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 416 C->isSameOperationAs(Instructions.back())))
424 !C->isSameOperationAs(Instructions.back()) ||
890 if (!J1->isSameOperationAs(J2)) {
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 353 // isSameOperationAs
356 bool Instruction::isSameOperationAs(const Instruction *I,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 783 !SI.isSameOperationAs(OtherStore))
799 !SI.isSameOperationAs(OtherStore))
    [all...]
InstCombinePHI.cpp 437 if (!I || !I->hasOneUse() || !I->isSameOperationAs(FirstInst))
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 385 milliseconds