HomeSort by relevance Sort by last modified time
    Searched refs:AVal (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
OperationsTest.cpp 349 Constant *AVal = UndefValue::get(ArrayTy);
355 EXPECT_TRUE(EVOp.SourcePreds[0].matches({}, AVal));
359 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, AVal));
378 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 0)));
380 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 3)));
382 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 4)));
  /external/llvm/lib/IR/
Metadata.cpp 907 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF();
909 if (AVal.compare(BVal) == APFloat::cmpLessThan)
1027 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0));
1029 if (AVal->getZExtValue() < BVal->getZExtValue())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Metadata.cpp 934 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF();
936 if (AVal.compare(BVal) == APFloat::cmpLessThan)
1054 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0));
1056 if (AVal->getZExtValue() < BVal->getZExtValue())
    [all...]

Completed in 330 milliseconds