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

  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 324 /// integers, ExtendKind can be used to specify how to generate the extra bits.
328 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) {
359 Val = DAG.getNode(ExtendKind, DL, ValueVT, Val);
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 215 milliseconds