Searched refs:AddrVT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp181 EVT AddrVT = Dst.getValueType(); local
185 DAG.getNode(ISD::ADD, dl, AddrVT, Dst,
186 DAG.getConstant(Offset, dl, AddrVT)),
H A DX86ISelLowering.cpp8244 EVT AddrVT = BaseAddr.getValueType();
8248 ISD::ADD, DL, AddrVT, BaseAddr,
8249 DAG.getConstant(Offset, DL, AddrVT));
[all...]

Completed in 199 milliseconds