Home
last modified time | relevance | path

Searched refs:FillVal (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp299 Constant *FillVal = ConstantInt::get(ITy, Fill); in SimplifyAnyMemSet() local
300 StoreInst *S = Builder.CreateStore(FillVal, Dest, MI->isVolatile()); in SimplifyAnyMemSet()
304 DAI->replaceVariableLocationOp(FillC, FillVal); in SimplifyAnyMemSet()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7062 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) : in ModifyToType() local
7066 Ops[i] = FillVal; in ModifyToType()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32808 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ExtendToType() local
32811 Ops.push_back(FillVal); in ExtendToType()
32814 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, NVT) : in ExtendToType() local
32816 return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, NVT, FillVal, in ExtendToType()