Home
last modified time | relevance | path

Searched refs:CompareIgnoringAlignment (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h486 CompareIgnoringAlignment = 1<<0, enumerator
/external/llvm/include/llvm/IR/
DInstruction.h444 CompareIgnoringAlignment = 1<<0,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h593 CompareIgnoringAlignment = 1<<0,
/external/llvm/lib/IR/
DInstruction.cpp436 bool IgnoreAlignment = flags & CompareIgnoringAlignment; in isSameOperationAs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp464 bool IgnoreAlignment = flags & CompareIgnoringAlignment; in isSameOperationAs()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp974 if (!J->isSameOperationAs(I, Instruction::CompareIgnoringAlignment | in areInstsCompatible()