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

1 2 3 4

  /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 97 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
116 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
134 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Local.cpp 30 BranchInst *br0 = builder.CreateCondBr(builder.getTrue(), bb0, bb1);
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 84 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);
MemorySSA.cpp 80 B.CreateCondBr(B.getTrue(), Left, Right);
121 B.CreateCondBr(B.getTrue(), Left, Right);
164 B.CreateCondBr(B.getTrue(), Left, Right);
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyMap.java 195 if (this == other) return context.runtime.getTrue();
204 return context.runtime.getTrue();
311 return this.table.containsKey(key) ? context.runtime.getTrue() : context.runtime.getFalse();
Utils.java 150 return (Boolean) value ? runtime.getTrue() : runtime.getFalse();
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 61 /// getTrue - For a boolean type, or a vector of boolean type, return true, or
63 static Constant *getTrue(Type *Ty) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 394 return ReplaceInstUsesWith(ICI, ConstantInt::getTrue(GEP->getContext()));
697 return ReplaceInstUsesWith(ICI, ConstantInt::getTrue(X->getContext()));
    [all...]
InstCombineCalls.cpp 253 uint64_t DontKnow = II->getArgOperand(1) == Builder->getTrue() ? 0 : -1ULL;
415 ConstantInt::getTrue(II->getContext())
    [all...]
InstCombineAndOrXor.cpp 177 if (!isordered) return ConstantInt::getTrue(LHS->getContext());
363 return ConstantInt::getTrue(V->getContext());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 569 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context))) {
604 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context), TI)) {
648 ConstantInt::getTrue(Context))) {
795 else if (Val != ConstantInt::getTrue(Val->getContext())) {
    [all...]
CorrelatedValuePropagation.cpp 203 C->replaceAllUsesWith(ConstantInt::getTrue(C->getContext()));
403 ConstantInt::getTrue(C->getContext()) :
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 431 return replaceInstUsesWith(ICI, Builder->getTrue());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp 250 ConstantInt::getTrue(Context))) {
281 ConstantInt::getTrue(Context))) {
369 if (Val) *Val = ConstantInt::getTrue(Context);
496 else if (Val != ConstantInt::getTrue(Val->getContext()))
    [all...]
CorrelatedValuePropagation.cpp 167 C->replaceAllUsesWith(ConstantInt::getTrue(C->getContext()));
  /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 191 BranchInst::Create(BB4, BB3, ConstantInt::getTrue(F.getContext()), BB1);
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 58 static ConstantInt *getTrue(LLVMContext &Context);
60 static Constant *getTrue(Type *Ty);
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 235 Value *TrueValue = ConstantInt::getTrue(F.getContext());
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 138 BoolTrue = ConstantInt::getTrue(Context);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 175 ICmp->replaceAllUsesWith(ConstantInt::getTrue(ICmp->getContext()));

Completed in 2027 milliseconds

1 2 3 4