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

  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
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...]
TargetLowering.cpp     [all...]

Completed in 80 milliseconds