Searched refs:haveSameSpecialState (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/IR/ |
D | Instruction.cpp | 341 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/ |
D | special-state.ll | 5 ; haveSameSpecialState around operand bundles.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/OperandBundles/ |
D | special-state.ll | 5 ; haveSameSpecialState around operand bundles.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 374 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()
|