Searched refs:getSelect (Results 1 - 21 of 21) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXUnresolvedVariableSimple.java55 Expression expr = ((ElemVariable)m_obj).getSelect().getExpression();
H A DElemSort.java93 public XPath getSelect() method in class:ElemSort
H A DElemValueOf.java92 public XPath getSelect() method in class:ElemValueOf
H A DElemWithParam.java82 public XPath getSelect() method in class:ElemWithParam
H A DElemVariable.java121 public XPath getSelect() method in class:ElemVariable
424 return new XPath(new XRTreeFragSelectWrapper(valueof.getSelect().getExpression()));
H A DElemCopyOf.java73 public XPath getSelect() method in class:ElemCopyOf
H A DElemForEach.java114 public Expression getSelect() method in class:ElemForEach
H A DRedundentExprEliminator.java666 paths.setElementAt(var.getSelect(), firstOccuranceIndex);
716 paths.setElementAt(var.getSelect(), firstOccuranceIndex);
739 paths.setElementAt(var.getSelect(), firstOccuranceIndex);
1178 Expression select = efe.getSelect();
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DVariable.java329 XPath xpath = vvar.getSelect();
/external/llvm/include/llvm/Support/
H A DConstantFolder.h208 return ConstantExpr::getSelect(C, True, False);
H A DTargetFolder.h225 return Fold(ConstantExpr::getSelect(C, True, False));
/external/llvm/include/llvm/
H A DConstants.h998 static Constant *getSelect(Constant *C, Constant *V1, Constant *V2);
/external/llvm/lib/VMCore/
H A DConstantFold.cpp727 return ConstantExpr::getSelect(Cond, TrueVal->getOperand(1), V2);
732 return ConstantExpr::getSelect(Cond, V1, FalseVal->getOperand(2));
H A DConstants.cpp1074 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2]);
1725 Constant *ConstantExpr::getSelect(Constant *C, Constant *V1, Constant *V2) { function in class:ConstantExpr
H A DCore.cpp1014 return wrap(ConstantExpr::getSelect(unwrap<Constant>(ConstantCondition),
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java2376 keys.addElement(new NodeSortKey(this, sort.getSelect(), treatAsNumbers,
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp956 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2]);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2359 ID.ConstantVal = ConstantExpr::getSelect(Elts[0], Elts[1], Elts[2]);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1183 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2649 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1063 See the method [llvm::ConstantExpr::getSelect]. *)

Completed in 355 milliseconds