Searched refs:emitCalloc (Results 1 – 3 of 3) sorted by relevance
253 Value *emitCalloc(Value *Num, Value *Size, IRBuilderBase &B,
1910 auto *Calloc = emitCalloc(ConstantInt::get(SizeTTy, 1), in tryFoldIntoCalloc()
1931 Value *llvm::emitCalloc(Value *Num, Value *Size, IRBuilderBase &B, in emitCalloc() function in llvm