Searched defs:True (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h43 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp540 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, argument
/freebsd-9.3-release/sbin/adjkerntz/
H A Dadjkerntz.c61 #define True (1) macro
/freebsd-9.3-release/tools/regression/ia64/emulated/
H A Dtest.c39 #define True 2 macro
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DConstantFolder.h207 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { argument
H A DTargetFolder.h231 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { argument
H A DNoFolder.h266 CreateSelect(Constant *C, Constant *True, Constant *False) const argument
/freebsd-9.3-release/contrib/bzip2/
H A Dbzip2recover.c56 #define True ((Bool)1) macro
H A Dbzip2.c169 #define True ((Bool)1) macro
[all...]
H A Dbzlib_private.h49 #define True ((Bool)1) macro
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp138 ConstantInt *True = Builder.getTrue(); local
/freebsd-9.3-release/usr.bin/make/
H A Dcond.c102 True, enumerator in enum:__anon10792
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h679 getSelectCC(SDLoc DL, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode Cond) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp437 SDValue True = Op.getOperand(2); local
H A DSIISelLowering.cpp750 SDValue True = Op.getOperand(2); local
857 ConstantSDNode *True, *False; local
H A DR600ISelLowering.cpp857 SDValue True = Op.getOperand(2); local
1629 SDValue True = N->getOperand(2); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp206 Value *True = EvaluateInDifferentType(I->getOperand(1), Ty, isSigned); local
/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c78 Cell *True = &truecell; variable
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h532 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
1336 Value *CreateSelect(Value *C, Value *True, Value *False, argument
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1461 Value *True = vectorizeTree(TrueVec); local
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp510 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, argument
545 SDValue True = N->getOperand(1); local
1435 SDValue True = DAG.getConstant(1, MVT::i32); local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1800 static TPResult True() { return TPR_true; } function in class:clang::Parser::TPResult
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1549 llvm::Value *True = CGF.EmitToMemory(Builder.getTrue(), type); local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3248 SDValue True; local

Completed in 522 milliseconds