Home
last modified time | relevance | path

Searched defs:isInBounds (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DGEPNoWrapFlags.h63 bool isInBounds() const { return Flags & InBoundsFlag; } in isInBounds() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1142 bool isInBounds() const { isInBounds() function
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1571 bool GetElementPtrInst::isInBounds() const { isInBounds() function in GetElementPtrInst
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4120 static bool isInBounds(TransferOp op, int64_t resultIdx, int64_t indicesIdx) { isInBounds() function