HomeSort by relevance Sort by last modified time
    Searched defs:ExtendKind (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 350 /// integers, ExtendKind can be used to specify how to generate the extra bits.
354 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) {
387 Val = DAG.getNode(ExtendKind, DL, ValueVT, Val);
775 ISD::NodeType ExtendKind = PreferredExtendType;
    [all...]
FunctionLoweringInfo.cpp 69 ISD::NodeType ExtendKind = ISD::ANY_EXTEND;
78 ExtendKind = ISD::SIGN_EXTEND;
80 return ExtendKind;
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]

Completed in 393 milliseconds