OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifySelectInst
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h
231
Value *
SimplifySelectInst
(Value *Cond, Value *TrueVal, Value *FalseVal,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
72
static Value *
SimplifySelectInst
(Value *, Value *, Value *,
3926
SimplifySelectInst
(NewOps[0], NewOps[1], NewOps[2], Q,
4141
static Value *
SimplifySelectInst
(Value *Cond, Value *TrueVal, Value *FalseVal,
4235
Value *llvm::
SimplifySelectInst
(Value *Cond, Value *TrueVal, Value *FalseVal,
4237
return ::
SimplifySelectInst
(Cond, TrueVal, FalseVal, Q, RecursionLimit);
5911
Result =
SimplifySelectInst
(I->getOperand(0), I->getOperand(1),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
2648
if (Value *V =
SimplifySelectInst
(CondVal, TrueVal, FalseVal,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp
1182
Value *V =
SimplifySelectInst
(E->getOperand(0), E->getOperand(1),
Completed in 80 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026