Home
last modified time | relevance | path

Searched defs:EltVal (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp3148 auto EltVal = *reinterpret_cast<const uint8_t *>(EltPtr); in getElementAsAPInt() local
3152 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPInt() local
3156 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); in getElementAsAPInt() local
3160 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); in getElementAsAPInt() local
3173 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPFloat() local
3177 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPFloat() local
3181 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); in getElementAsAPFloat() local
3185 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); in getElementAsAPFloat() local
H A DCore.cpp3859 LLVMValueRef EltVal, LLVMValueRef Index, in LLVMBuildInsertElement()
3878 LLVMValueRef EltVal, unsigned Index, in LLVMBuildInsertValue()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1163 ValueLatticeElement EltVal = getStructValueState(AggVal, i); in visitExtractValueInst() local
1193 ValueLatticeElement EltVal = getStructValueState(Aggr, i); in visitInsertValueInst() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6053 SDValue EltVal = getI32Imm(Elt >> 1, dl); in Select() local
6065 SDValue EltVal = getI32Imm(Elt - 16, dl); in Select() local
6079 SDValue EltVal = getI32Imm(Elt + 16, dl); in Select() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18662 SDValue EltVal = StVal.getOperand(I); in replaceZeroVectorStore() local