Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3316 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, in SimplifySelectInst() function
3443 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst() function in llvm