Searched refs:CstOffset (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2083 SDValue CstOffset = Src.getOperand(0);
2120 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset);
2126 Sel = CstOffset;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2682 SDValue CstOffset = DAG.getSelect(dl, Zero.getValueType(),
2704 CPIdx = DAG.getNode(ISD::ADD, dl, CPIdx.getValueType(), CPIdx, CstOffset);
H A DDAGCombiner.cpp14057 SDValue CstOffset = DAG.getSelect(DL, Zero.getValueType(), local
14059 AddToWorklist(CstOffset.getNode());
14061 CstOffset);

Completed in 166 milliseconds