Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5787 BooleanContent BCont = getBooleanContents(MVT::i64); in LowerAsmOperandForConstraint() local
5789 IsBool ? getExtendForContent(BCont) : ISD::SIGN_EXTEND; in LowerAsmOperandForConstraint()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp61433 BooleanContent BCont = getBooleanContents(MVT::i64); in LowerAsmOperandForConstraint() local
61434 ISD::NodeType ExtOpc = IsBool ? getExtendForContent(BCont) in LowerAsmOperandForConstraint()