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

1 2

  /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) {
454 TCmp = getTrue(Cond->getType());
460 TCmp = getTrue(Cond->getType());
    [all...]
InlineCost.cpp 528 SimplifiedValues[&I] = IsNotEqual ? ConstantInt::getTrue(I.getType())
    [all...]
ValueTracking.cpp 730 if (II->getArgOperand(1) == ConstantInt::getTrue(II->getContext()))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 399 return ReplaceInstUsesWith(ICI, ConstantInt::getTrue(GEP->getContext()));
724 return ReplaceInstUsesWith(ICI, ConstantInt::getTrue(X->getContext()));
    [all...]
InstCombineCalls.cpp 253 uint64_t DontKnow = II->getArgOperand(1) == Builder->getTrue() ? 0 : -1ULL;
414 ConstantInt::getTrue(II->getContext())
    [all...]
InstCombineAndOrXor.cpp 122 if (!isordered) return ConstantInt::getTrue(LHS->getContext());
300 return ConstantInt::getTrue(V->getContext());
    [all...]
InstCombineMulDivRem.cpp 341 *I = NonNullOperand == 1 ? ConstantInt::getTrue(BBI->getContext()) :
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 170 C->replaceAllUsesWith(ConstantInt::getTrue(C->getContext()));
LoopUnswitch.cpp 447 ConstantInt::getTrue(Context))) {
491 ConstantInt::getTrue(Context))) {
580 if (Val) *Val = ConstantInt::getTrue(Context);
691 else if (Val != ConstantInt::getTrue(Val->getContext()))
    [all...]
JumpThreading.cpp 403 InterestingVal = ConstantInt::getTrue(I->getContext());
    [all...]
GVN.cpp     [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 117 builder.CreateStore(builder.getTrue(), sCmpPtr);
566 sCmp = ConstantInt::getTrue(mod->getContext());
616 zCmp = ConstantInt::getTrue(mod->getContext());
623 zCmp = ConstantInt::getTrue(mod->getContext());
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 173 ICmp->replaceAllUsesWith(ConstantInt::getTrue(ICmp->getContext()));
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/
Constants.h 62 static ConstantInt *getTrue(LLVMContext &Context);
64 static Constant *getTrue(Type *Ty);
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 359 Builder.CreateCall(Func2, ConstantInt::getTrue(Context));
360 Builder.CreateCall(Func3, ConstantInt::getTrue(Context));
  /external/clang/lib/CodeGen/
CGCleanup.cpp 256 Builder.CreateStore(Builder.getTrue(), active);
    [all...]
CGException.cpp     [all...]
CGStmt.cpp 757 Builder.CreateStore(Builder.getTrue(), NRVOFlag);
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 379 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) {
393 Constant *ConstantInt::getTrue(Type *Ty) {
397 return ConstantInt::getTrue(Ty->getContext());
402 ConstantInt::getTrue(Ty->getContext()));
    [all...]
ConstantFold.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 186 /// getTrue - Get the constant value for i1 true.
187 ConstantInt *getTrue() {
188 return ConstantInt::getTrue(Context);
    [all...]

Completed in 390 milliseconds

1 2