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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DConstantFolder.h208 return ConstantExpr::getSelect(C, True, False);
H A DTargetFolder.h232 return Fold(ConstantExpr::getSelect(C, True, False));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DConstants.h998 static Constant *getSelect(Constant *C, Constant *V1, Constant *V2);
/macosx-10.10.1/llvmCore-3425.0.34/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.cpp1027 return wrap(ConstantExpr::getSelect(unwrap<Constant>(ConstantCondition),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp956 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2]);
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.cpp2400 ID.ConstantVal = ConstantExpr::getSelect(Elts[0], Elts[1], Elts[2]);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1185 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp2651 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli1063 See the method [llvm::ConstantExpr::getSelect]. *)

Completed in 244 milliseconds