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

  /external/llvm/include/llvm/IR/
InlineAsm.h 168 /// selectAlternative - Point this constraint to the alternative constraint
170 void selectAlternative(unsigned index);
  /external/llvm/lib/IR/
InlineAsm.cpp 196 /// selectAlternative - Point this constraint to the alternative constraint
198 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) {
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 340 milliseconds