Searched refs:iVal (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 38 Result.Value.Int16 = V.iVal; in VariantFromVARIANT()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 7106 uint64_t iVal = FPVal.bitcastToAPInt().getZExtValue(); in LowerConstantFP() local 7111 if (IsDouble && (iVal & 0xffffffff) != (iVal >> 32)) in LowerConstantFP() 7115 SDValue NewVal = isVMOVModifiedImm(iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), in LowerConstantFP() 7132 NewVal = isVMOVModifiedImm(~iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), VMovVT, in LowerConstantFP()
|