Home
last modified time | relevance | path

Searched refs:IsTarget (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h566 SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget = false,
569 VT, IsTarget, IsOpaque);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2262 bool IsTarget = Constant->isTargetOpcode(); in ExpandIntRes_Constant() local
2265 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant()
2266 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), dl, NVT, IsTarget, in ExpandIntRes_Constant()