Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstruction.cpp277 static bool haveSameSpecialState(const Instruction *I1, const Instruction *I2, in haveSameSpecialState() function
348 return haveSameSpecialState(this, I); in isIdenticalToWhenDefined()
361 return haveSameSpecialState(this, I); in isIdenticalToWhenDefined()
388 return haveSameSpecialState(this, I, IgnoreAlignment); in isSameOperationAs()
/external/llvm/test/Feature/OperandBundles/
Dspecial-state.ll5 ; haveSameSpecialState around operand bundles.