Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h82 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect() function
H A DConstantFolder.h121 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h84 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect() function
H A DTargetFolder.h131 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2724 const Value *FoldSelect = nullptr; in selectSelect() local