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

/freebsd-11.0-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp330 Value *Val0 = getRandomVal(); variable
331 Value *Val1 = getRandomValue(Val0->getType());
334 if (Val0->getType()->isPointerTy() ||
339 if (Val0->getType()->getScalarSizeInBits() == 1)
343 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
365 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
430 Value *Val0 = getRandomVectorValue(); variable
431 Value *V = ExtractElementInst::Create(Val0,
433 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()),
443 Value *Val0 variable
471 Value *Val0 = getRandomVectorValue(); variable
574 Value *Val0 = getRandomVal(); variable
597 Value *Val0 = getRandomVal(); variable
[all...]
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp2806 Constant *Val0, *Val1;
2809 ParseGlobalTypeAndValue(Val0) ||
2815 if (!Val0->getType()->isAggregateType())
2818 ExtractValueInst::getIndexedType(Val0->getType(), Indices);
2826 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices);
2833 Constant *Val0, *Val1;
2837 ParseGlobalTypeAndValue(Val0) ||
2843 if (Val0->getType() != Val1->getType())
2849 if (!Val0->getType()->isFPOrFPVectorTy())
2851 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp3628 Value *Val0 = Builder.CreateExtractValue(Val, 1); local
3630 Val0 = Builder.CreateZExt(Val0, Int64Ty);
3634 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */);
4398 Value *Val0 = Builder.CreateExtractValue(Val, 1); local
4401 Val0 = Builder.CreateZExt(Val0, Int128Ty);
4405 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */);
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3121 SDValue Val0 = N->getOperand(2); local
3133 Ops.push_back(Val0);
3137 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0));
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1742 bool valuesIdentical(VNInfo *Val0, VNInfo *Val1, const JoinVals &Other) const;

Completed in 146 milliseconds