Searched refs:EltVal (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2790 auto EltVal = *reinterpret_cast<const uint8_t *>(EltPtr); local
2791 return APInt(8, EltVal);
2794 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); local
2795 return APInt(16, EltVal);
2798 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); local
2799 return APInt(32, EltVal);
2802 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); local
2803 return APInt(64, EltVal);
2815 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); local
2816 return APFloat(APFloat::IEEEhalf(), APInt(16, EltVal));
2819 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); local
2823 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); local
[all...]
H A DCore.cpp3877 LLVMValueRef EltVal, LLVMValueRef Index,
3879 return wrap(unwrap(B)->CreateInsertElement(unwrap(VecVal), unwrap(EltVal),
3896 LLVMValueRef EltVal, unsigned Index,
3898 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp901 LatticeVal EltVal = getStructValueState(AggVal, i); local
902 mergeInValue(getValueState(&EVI), &EVI, EltVal); local
926 LatticeVal EltVal = getStructValueState(Aggr, i); local
927 mergeInValue(getStructValueState(&IVI, i), &IVI, EltVal); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5256 SDValue EltVal = getI32Imm(Elt >> 1, dl); local
5257 SDNode *Tmp = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
5268 SDValue EltVal = getI32Imm(Elt - 16, dl); local
5269 SDNode *Tmp1 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
5270 EltVal = getI32Imm(-16, dl);
5271 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
5282 SDValue EltVal = getI32Imm(Elt + 16, dl); local
5283 SDNode *Tmp1 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
5284 EltVal = getI32Imm(-16, dl);
5285 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h3901 LLVMValueRef EltVal, LLVMValueRef Index,
3909 LLVMValueRef EltVal, unsigned Index,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11336 SDValue EltVal = StVal.getOperand(I); local
11337 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal))

Completed in 316 milliseconds