Home
last modified time | relevance | path

Searched defs:getSelect (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp236 static AvailableValue getSelect(SelectInst *Sel, Value *V1, Value *V2) { in getSelect() function
303 static AvailableValueInBlock getSelect(BasicBlock *BB, SelectInst *Sel, in getSelect() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp2441 Constant *ConstantExpr::getSelect(Constant *C, Constant *V1, Constant *V2, in getSelect() function in ConstantExpr