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

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp 325 /// integers, ExtendKind can be used to specify how to generate the extra bits.
329 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) {
361 Val = DAG.getNode(ExtendKind, DL, ValueVT, Val);
    [all...]

Completed in 293 milliseconds