Searched refs:Val0 (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp376 Value *Val0 = getRandomVal(); variable
377 Value *Val1 = getRandomValue(Val0->getType());
380 if (Val0->getType()->isPointerTy() ||
385 if (Val0->getType()->getScalarSizeInBits() == 1)
388 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
410 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
483 Value *Val0 = getRandomVectorValue(); variable
484 Value *V = ExtractElementInst::Create(Val0,
486 getRandom() % cast<VectorType>(Val0->getType())->getNumElements()),
497 Value *Val0 variable
525 Value *Val0 = getRandomVectorValue(); variable
622 Value *Val0 = getRandomVal(); variable
645 Value *Val0 = getRandomVal(); variable
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3363 Constant *Val0, *Val1;
3366 ParseGlobalTypeAndValue(Val0) ||
3372 if (!Val0->getType()->isAggregateType())
3375 ExtractValueInst::getIndexedType(Val0->getType(), Indices);
3383 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices);
3390 Constant *Val0, *Val1;
3394 ParseGlobalTypeAndValue(Val0) ||
3400 if (Val0->getType() != Val1->getType())
3406 if (!Val0->getType()->isFPOrFPVectorTy())
3408 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3614 APFloat Val0 = C0->getValueAPF(); local
3616 Val0.convert(HalfSem, APFloat::rmTowardZero, &LosesInfo);
3620 ConstantFP::get(II->getContext(), Val0),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4090 SDValue Val0 = N->getOperand(2); local
4102 Ops.push_back(Val0);
4106 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0));
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6330 Value *Val0 = Builder.CreateExtractValue(Val, 1);
6332 Val0 = Builder.CreateZExt(Val0, Int64Ty);
6336 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */);
7367 Value *Val0 = Builder.CreateExtractValue(Val, 1);
7370 Val0 = Builder.CreateZExt(Val0, Int128Ty);
7374 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */);

Completed in 144 milliseconds