Home
last modified time | relevance | path

Searched refs:getFalse (Results 1 – 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAtomicOptimizer.cpp299 B.getInt32(0xf), B.getInt32(0xf), B.getFalse()})); in buildScan()
307 B.getInt32(0xf), B.getFalse()})); in buildScan()
312 B.getInt32(0xf), B.getFalse()})); in buildScan()
321 B.getFalse(), B.getFalse()}); in buildScan()
326 B.getInt32(0xa), B.getInt32(0xf), B.getFalse()})); in buildScan()
334 B.getInt32(0xc), B.getInt32(0xf), B.getFalse()})); in buildScan()
357 B.getInt32(0xf), B.getFalse()}); in buildShiftRight()
364 B.getInt32(0xf), B.getInt32(0xf), B.getFalse()}); in buildShiftRight()
DAMDGPUUnifyDivergentExitNodes.cpp122 ConstantInt *BoolFalse = ConstantInt::getFalse(F.getContext()); in removeDoneExport()
DSIAnnotateControlFlow.cpp148 BoolFalse = ConstantInt::getFalse(Context); in initialize()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.3/always-truthy_promise_checks/
Dalways-truthy_promise_checks.ts27 async function getFalse(): Promise<boolean> { function
32 if (!getFalse()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp116 static Constant *getFalse(Type *Ty) { in getFalse() function
117 return ConstantInt::getFalse(Ty); in getFalse()
176 getFalse(Cond->getType())); in simplifyCmpSelFalseCase()
1444 return ConstantInt::getFalse(UnsignedICmp->getType()); in simplifyUnsignedRangeCheck()
1513 return getFalse(UnsignedICmp->getType()); in simplifyUnsignedRangeCheck()
1543 return getFalse(Op0->getType()); in simplifyAndOfICmpsWithSameOperands()
1594 return getFalse(Cmp0->getType()); in simplifyAndOrOfICmpsWithConstants()
1675 return getFalse(ITy); in simplifyAndOfICmpsWithAdd()
1677 return getFalse(ITy); in simplifyAndOfICmpsWithAdd()
1681 return getFalse(ITy); in simplifyAndOfICmpsWithAdd()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp101 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler()
120 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface()
139 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp94 return B.getFalse(); in buildOrChain()
98 return B.getFalse(); in buildOrChain()
229 return ConstantInt::getFalse(V->getContext()); in getPoisonFor()
235 return ConstantInt::getFalse(V->getContext()); in getPoisonFor()
DBoundsChecking.cpp92 ? ConstantInt::getFalse(Ptr->getContext()) in getBoundsCheckCond()
97 ? ConstantInt::getFalse(Ptr->getContext()) in getBoundsCheckCond()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java197 return context.runtime.getFalse(); in eq()
200 return context.runtime.getFalse(); in eq()
202 return context.runtime.getFalse(); in eq()
311 return this.table.containsKey(key) ? context.runtime.getTrue() : context.runtime.getFalse(); in hasKey()
DRubyMessage.java207 return runtime.getFalse(); in eq()
210 return runtime.getFalse(); in eq()
218 return runtime.getFalse(); in eq()
DUtils.java151 return (Boolean) value ? runtime.getTrue() : runtime.getFalse(); in wrapPrimaryValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp325 return replaceInstUsesWith(ICI, Builder.getFalse()); in foldCmpLoadFromIndexedGlobal()
1504 return replaceInstUsesWith(Cmp, Builder.getFalse()); in foldICmpWithDominatingICmp()
1682 return replaceInstUsesWith(Cmp, ConstantInt::getFalse(Cmp.getType())); in foldICmpAndShift()
2445 return replaceInstUsesWith(Cmp, Builder.getFalse()); in foldICmpDivConstant()
2475 return replaceInstUsesWith(Cmp, Builder.getFalse()); in foldICmpDivConstant()
2480 return replaceInstUsesWith(Cmp, Builder.getFalse()); in foldICmpDivConstant()
2709 Value *Cond = Builder.getFalse(); in foldICmpSelectConstant()
3947 return replaceInstUsesWith(I, ConstantInt::getFalse(I.getType())); in foldICmpBinOp()
4519 Overflow = Builder.getFalse(); in OptimizeOverflowCheck()
4535 Overflow = Builder.getFalse(); in OptimizeOverflowCheck()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerConstantIntrinsics.cpp47 : ConstantInt::getFalse(II->getType()); in lowerIsConstantIntrinsic()
DLoopUnswitch.cpp1099 } else if (BI->getCondition() == ConstantInt::getFalse(Context)) { in TryTrivialLoopUnswitch()
1149 CondVal = ConstantInt::getFalse(Context); in TryTrivialLoopUnswitch()
1666 return ConstantInt::getFalse(Ctx); in SimplifyInstructionWithNotEqual()
DCorrelatedValuePropagation.cpp508 ConstantInt::getFalse(ST->getElementType(1)) }); in processOverflowIntrinsic()
827 ConstantInt::getFalse(C->getContext()); in getConstantAt()
DSimpleLoopUnswitch.cpp541 ? ConstantInt::getFalse(BI.getContext()) in unswitchTrivialBranch()
2233 : ConstantInt::getFalse(BI->getContext()); in unswitchNontrivialInvariants()
2235 Direction ? ConstantInt::getFalse(BI->getContext()) in unswitchNontrivialInvariants()
2428 GI->setArgOperand(0, ConstantInt::getFalse(GI->getContext())); in turnGuardIntoBranch()
DJumpThreading.cpp707 InterestingVal = ConstantInt::getFalse(I->getContext()); in ComputeValueKnownInPredecessorsImpl()
882 ResC = ConstantInt::getFalse(CmpType); in ComputeValueKnownInPredecessorsImpl()
1137 ConstantInt::getFalse(CondCmp->getType()); in ProcessBlock()
1823 SplitVal = ConstantInt::getFalse(BB->getContext()); in ProcessBranchOnXOR()
DLoopIdiomRecognize.cpp1507 : ConstantInt::getFalse(InitX->getContext())}; in recognizeAndInsertFFS()
1591 Value *Ops[] = {Val, ZeroCheck ? IRBuilder.getTrue() : IRBuilder.getFalse()}; in createFFSIntrinsic()
DGuardWidening.cpp395 ? ConstantInt::getFalse(Instr->getContext()) in eliminateInstrViaWidening()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h313 return ConstantInt::getFalse(Ty); in getCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp120 auto *False = ConstantInt::getFalse(C); in elideHeapAllocations()
DCoroSplit.cpp259 : ConstantInt::getFalse(Context)); in replaceCoroEnd()
999 AllocInst->replaceAllUsesWith(Builder.getFalse()); in handleNoSuspendCoroutine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp269 ICmp->replaceAllUsesWith(ConstantInt::getFalse(ICmp->getContext())); in eliminateIVComparison()
463 EVI->replaceAllUsesWith(ConstantInt::getFalse(WO->getContext())); in eliminateOverflowIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h96 static ConstantInt *getFalse(LLVMContext &Context);
98 static Constant *getFalse(Type *Ty);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp1393 return ConstantInt::getFalse(C1->getContext()); in ConstantFoldBinaryInstruction()
1854 return ConstantInt::getFalse(C1->getContext()); in ConstantFoldCompareInstruction()
1866 return ConstantInt::getFalse(C1->getContext()); in ConstantFoldCompareInstruction()

123