HomeSort by relevance Sort by last modified time
    Searched refs:getTrue (Results 1 - 25 of 46) sorted by null

1 2

  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
PythonLanguage.java 46 protected String getTrue() {
SquirrelLanguage.java 48 protected String getTrue() {
Language.java 130 protected String getTrue() {
166 return getTrue();
  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 94 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
113 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
131 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 81 /// getTrue - For a boolean type, or a vector of boolean type, return true, or
83 static Constant *getTrue(Type *Ty) {
393 TCmp = getTrue(Cond->getType());
399 TCmp = getTrue(Cond->getType());
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Local.cpp 30 BranchInst *br0 = builder.CreateCondBr(builder.getTrue(), bb0, bb1);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 424 return ReplaceInstUsesWith(ICI, Builder->getTrue());
    [all...]
InstCombineAndOrXor.cpp 325 return Builder->getTrue();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 547 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context), TI)) {
591 ConstantInt::getTrue(Context))) {
738 else if (Val != ConstantInt::getTrue(Val->getContext())) {
    [all...]
CorrelatedValuePropagation.cpp 213 C->replaceAllUsesWith(ConstantInt::getTrue(C->getContext()));
356 ConstantInt::getTrue(C->getContext()) :
JumpThreading.cpp 480 InterestingVal = ConstantInt::getTrue(I->getContext());
    [all...]
EarlyCSE.cpp 527 ConstantInt::getTrue(BB->getContext()) :
    [all...]
StructurizeCFG.cpp 278 BoolTrue = ConstantInt::getTrue(Context);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 87 BranchInst *BI = Builder.CreateCondBr(Builder.getTrue(), TBB, FBB);
96 BI = Builder.CreateCondBr(Builder.getTrue(), TBB, FBB, Weights);
DominatorTreeTest.cpp 190 BranchInst::Create(BB4, BB3, ConstantInt::getTrue(F.getContext()), BB1);
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 126 BoolTrue = ConstantInt::getTrue(Context);
  /external/llvm/include/llvm/IR/
Constants.h 64 static ConstantInt *getTrue(LLVMContext &Context);
66 static Constant *getTrue(Type *Ty);
    [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 555 Success->addIncoming(ConstantInt::getTrue(Ctx), SuccessBB);
SjLjEHPrepare.cpp 261 Value *TrueValue = ConstantInt::getTrue(F.getContext());
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 179 ConstantInt *True = Builder.getTrue();
SimplifyIndVar.cpp 178 ICmp->replaceAllUsesWith(ConstantInt::getTrue(ICmp->getContext()));
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 529 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) {
543 Constant *ConstantInt::getTrue(Type *Ty) {
547 return ConstantInt::getTrue(Ty->getContext());
552 ConstantInt::getTrue(Ty->getContext()));
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 467 return ConstantInt::getTrue(M->getContext());
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 233 milliseconds

1 2