Lines Matching defs:Result
77 // and insert them into our result.
79 APInt Result(IT->getBitWidth(), 0);
81 Result <<= BitShift;
83 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
85 Result |= CDV->getElementAsInteger(i);
88 return ConstantInt::get(IT, Result);
158 SmallVector<Constant*, 32> Result;
166 // Build each element of the result.
185 Result.push_back(Elt);
187 return ConstantVector::get(Result);
209 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));
213 return ConstantVector::get(Result);
398 // and then bitcast the result. This can be useful for union cases. Note
399 // that address spaces don't matter here since we're not going to result in
436 // If we're not accessing anything in this constant, the result is undefined.
483 // Replace load with immediate integer if the result is an integer or fp
542 /// Attempt to symbolically evaluate the result of a binary operator merging
784 /// If successful, the constant result is returned, if not, null is returned.
859 /// using the specified TargetData. If successful, the constant result is
860 /// result is returned, if not, null is returned.
881 /// specified opcode and operands. If successful, the constant result is
1192 /// available for the result. Returns null if the conversion cannot be