Home
last modified time | relevance | path

Searched refs:IsOpaque (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVECustomDAG.h199 bool IsOpaque = false) const;
DVECustomDAG.cpp405 bool IsOpaque) const { in getConstant()
406 return DAG.getConstant(Val, DL, VT, IsTarget, IsOpaque); in getConstant()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h508 uint16_t IsOpaque : 1;
1595 ConstantSDNodeBits.IsOpaque = isOpaque;
1619 bool isOpaque() const { return ConstantSDNodeBits.IsOpaque; }
DSelectionDAG.h657 bool IsOpaque = false) {
659 IsTarget, IsOpaque);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp3289 bool IsOpaque = Constant->isOpaque(); in ExpandIntRes_Constant() local
3291 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant()
3293 IsOpaque); in ExpandIntRes_Constant()
DSelectionDAG.cpp6823 bool IsOpaque = VT.getSizeInBits() > 64 || in getMemsetValue() local
6825 return DAG.getConstant(Val, dl, VT, false, IsOpaque); in getMemsetValue()