Lines Matching refs:Result
324 Instruction *Result = NULL;
327 Result = MCall;
328 if (Result->getType() != AllocPtrType)
330 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
333 Result = MCall;
334 if (Result->getType() != AllocPtrType) {
337 Result = new BitCastInst(MCall, AllocPtrType, Name);
347 return Result;
355 /// 3. Bitcast the result of the malloc call to the specified type.
370 /// 3. Bitcast the result of the malloc call to the specified type.
395 CallInst* Result = NULL;
400 Result = CallInst::Create(FreeFunc, PtrCast, "", InsertBefore);
404 Result = CallInst::Create(FreeFunc, PtrCast, "");
406 Result->setTailCall();
408 Result->setCallingConv(F->getCallingConv());
410 return Result;
1125 /// zeros. If so, the result pointer and the first operand have the same
1139 /// constant integers. If so, the result pointer and the first operand have
1312 /// output result. This is either -1 if the element is undef or a number less