Home
last modified time | relevance | path

Searched refs:haveSameSpecialState (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/IR/
DInstruction.cpp341 static bool haveSameSpecialState(const Instruction *I1, const Instruction *I2, in haveSameSpecialState() function
416 return haveSameSpecialState(this, I); in isIdenticalToWhenDefined()
429 return haveSameSpecialState(this, I); in isIdenticalToWhenDefined()
455 return haveSameSpecialState(this, I, IgnoreAlignment); in isSameOperationAs()
/external/llvm/test/Feature/OperandBundles/
Dspecial-state.ll5 ; haveSameSpecialState around operand bundles.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/OperandBundles/
Dspecial-state.ll5 ; haveSameSpecialState around operand bundles.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp374 static bool haveSameSpecialState(const Instruction *I1, const Instruction *I2, in haveSameSpecialState() function
444 return haveSameSpecialState(this, I); in isIdenticalToWhenDefined()
457 return haveSameSpecialState(this, I); in isIdenticalToWhenDefined()
483 return haveSameSpecialState(this, I, IgnoreAlignment); in isSameOperationAs()