Home
last modified time | relevance | path

Searched refs:FalseValue (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp1410 Value *FalseValue = FalseRet->getReturnValue(); in SimplifyCondBranchToTwoReturns() local
1416 if (PHINode *FVPN = dyn_cast_or_null<PHINode>(FalseValue)) in SimplifyCondBranchToTwoReturns()
1418 FalseValue = FVPN->getIncomingValueForBlock(BI->getParent()); in SimplifyCondBranchToTwoReturns()
1428 if (ConstantExpr *FCV = dyn_cast_or_null<ConstantExpr>(FalseValue)) in SimplifyCondBranchToTwoReturns()
1441 if (TrueValue == FalseValue || isa<UndefValue>(FalseValue)) { in SimplifyCondBranchToTwoReturns()
1443 TrueValue = FalseValue; in SimplifyCondBranchToTwoReturns()
1446 FalseValue, "retval"); in SimplifyCondBranchToTwoReturns()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs232 public void FalseValue() in FalseValue() method in Google.Protobuf.JsonTokenizerTest
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2091 Value *FalseValue = FalseRet->getReturnValue(); in SimplifyCondBranchToTwoReturns() local
2097 if (PHINode *FVPN = dyn_cast_or_null<PHINode>(FalseValue)) in SimplifyCondBranchToTwoReturns()
2099 FalseValue = FVPN->getIncomingValueForBlock(BI->getParent()); in SimplifyCondBranchToTwoReturns()
2109 if (ConstantExpr *FCV = dyn_cast_or_null<ConstantExpr>(FalseValue)) in SimplifyCondBranchToTwoReturns()
2122 if (TrueValue == FalseValue || isa<UndefValue>(FalseValue)) { in SimplifyCondBranchToTwoReturns()
2124 TrueValue = FalseValue; in SimplifyCondBranchToTwoReturns()
2127 Builder.CreateSelect(BrCond, TrueValue, FalseValue, "retval", BI); in SimplifyCondBranchToTwoReturns()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp6457 Operand *TrueValue, Operand *FalseValue) { in lowerInt1ForSelect() argument
6464 assert(FalseValue->getType() == IceType_i1); in lowerInt1ForSelect()
6471 SafeBoolChain Src1Safe = lowerInt1(FalseValueV, FalseValue); in lowerInt1ForSelect()
6472 FalseValue = FalseValueV; in lowerInt1ForSelect()
6483 Operand *FalseValueLo = (FalseValue->getType() == IceType_i64) in lowerInt1ForSelect()
6484 ? loOperand(FalseValue) in lowerInt1ForSelect()
6485 : FalseValue; in lowerInt1ForSelect()
6487 (FalseValue->getType() == IceType_i64) ? hiOperand(FalseValue) : nullptr; in lowerInt1ForSelect()
DIceTargetLoweringARM32.h573 Operand *FalseValue);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4674 APInt FalseValue; in getRangeViaFactoring() member
4713 FalseValue = *FalseVal; in getRangeViaFactoring()
4723 FalseValue = FalseValue.trunc(BitWidth); in getRangeViaFactoring()
4727 FalseValue = FalseValue.zext(BitWidth); in getRangeViaFactoring()
4731 FalseValue = FalseValue.sext(BitWidth); in getRangeViaFactoring()
4737 FalseValue += Offset; in getRangeViaFactoring()
4768 const SCEV *FalseStart = this->getConstant(StartPattern.FalseValue); in getRangeViaFactoring()
4769 const SCEV *FalseStep = this->getConstant(StepPattern.FalseValue); in getRangeViaFactoring()
/external/v8/src/heap/
Dheap.h41 V(Oddball, false_value, FalseValue) \
266 V(FalseValue) \
/external/v8/src/
Dcode-stub-assembler.h31 V(FalseValue, False) \