Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1517 SDValue getAssertAlign(const SDLoc &DL, SDValue V, Align A);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12704 return DAG.getAssertAlign(DL, N0.getOperand(0), in visitAssertAlign()
12722 LHS = DAG.getAssertAlign(DL, LHS, AL); in visitAssertAlign()
12724 RHS = DAG.getAssertAlign(DL, RHS, AL); in visitAssertAlign()
H A DSelectionDAG.cpp5842 SDValue SelectionDAG::getAssertAlign(const SDLoc &DL, SDValue Val, Align A) { in getAssertAlign() function in SelectionDAG
H A DSelectionDAGBuilder.cpp4862 DAG.getAssertAlign(getCurSDLoc(), Result, Alignment.valueOrOne()); in visitTargetIntrinsic()