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

1 2

  /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/unittests/Transforms/Utils/
Local.cpp 30 BranchInst *br0 = builder.CreateCondBr(builder.getTrue(), bb0, bb1);
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 70 /// getTrue - For a boolean type, or a vector of boolean type, return true, or
72 static Constant *getTrue(Type *Ty) {
382 TCmp = getTrue(Cond->getType());
388 TCmp = getTrue(Cond->getType());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 422 return ReplaceInstUsesWith(ICI, Builder->getTrue());
756 return ReplaceInstUsesWith(ICI, Builder->getTrue());
    [all...]
InstCombineAndOrXor.cpp 114 if (!isordered) return ConstantInt::getTrue(LHS->getContext());
288 return Builder->getTrue();
    [all...]
InstCombineCalls.cpp 375 ConstantInt::getTrue(II->getContext())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 442 ConstantInt::getTrue(Context))) {
486 ConstantInt::getTrue(Context))) {
576 if (Val) *Val = ConstantInt::getTrue(Context);
688 else if (Val != ConstantInt::getTrue(Val->getContext()))
    [all...]
CorrelatedValuePropagation.cpp 190 C->replaceAllUsesWith(ConstantInt::getTrue(C->getContext()));
JumpThreading.cpp 428 InterestingVal = ConstantInt::getTrue(I->getContext());
    [all...]
StructurizeCFG.cpp 272 BoolTrue = ConstantInt::getTrue(Context);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 85 BranchInst *BI = Builder.CreateCondBr(Builder.getTrue(), TBB, FBB);
94 BI = Builder.CreateCondBr(Builder.getTrue(), TBB, FBB, Weights);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 339 Builder.CreateCall(Func2, ConstantInt::getTrue(Context));
340 Builder.CreateCall(Func3, ConstantInt::getTrue(Context));
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 122 BoolTrue = ConstantInt::getTrue(Context);
  /art/compiler/llvm/
ir_builder.h 387 return (is_true) ? getTrue() : getFalse();
  /external/llvm/lib/CodeGen/
AtomicExpandLoadLinkedPass.cpp 318 Success->addIncoming(ConstantInt::getTrue(Ctx), SuccessBB);
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 179 ICmp->replaceAllUsesWith(ConstantInt::getTrue(ICmp->getContext()));
IntegerDivision.cpp 179 ConstantInt *True = Builder.getTrue();
  /external/llvm/include/llvm/IR/
Constants.h 63 static ConstantInt *getTrue(LLVMContext &Context);
65 static Constant *getTrue(Type *Ty);
    [all...]
IRBuilder.h 256 ConstantInt *getTrue() {
257 return ConstantInt::getTrue(Context);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 591 Value = Builder.getTrue();
604 Value = (ValueInt == 0) ? Builder.getFalse() : Builder.getTrue();
    [all...]
CGCleanup.cpp 262 Builder.CreateStore(Builder.getTrue(), active);
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 474 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) {
488 Constant *ConstantInt::getTrue(Type *Ty) {
492 return ConstantInt::getTrue(Ty->getContext());
497 ConstantInt::getTrue(Ty->getContext()));
    [all...]
ConstantFold.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 544 SimplifiedValues[&I] = IsNotEqual ? ConstantInt::getTrue(I.getType())
    [all...]

Completed in 757 milliseconds

1 2