OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFalse
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
62
///
getFalse
- For a boolean type, or a vector of boolean type, return false, or
64
static Constant *
getFalse
(Type *Ty) {
468
FCmp =
getFalse
(Cond->getType());
474
FCmp =
getFalse
(Cond->getType());
[
all
...]
/external/llvm/include/llvm/IR/
IRBuilder.h
195
ConstantInt *
getFalse
() {
196
return ConstantInt::
getFalse
(Context);
[
all
...]
/external/llvm/lib/IR/
Constants.cpp
445
ConstantInt *ConstantInt::
getFalse
(LLVMContext &Context) {
464
Constant *ConstantInt::
getFalse
(Type *Ty) {
468
return ConstantInt::
getFalse
(Ty->getContext());
473
ConstantInt::
getFalse
(Ty->getContext()));
[
all
...]
Completed in 243 milliseconds