Searched refs:SVInst (Results 1 – 1 of 1) sorted by relevance
4006 unsigned LLVMGetNumMaskElements(LLVMValueRef SVInst) { in LLVMGetNumMaskElements() argument4007 Value *P = unwrap<Value>(SVInst); in LLVMGetNumMaskElements()4012 int LLVMGetMaskValue(LLVMValueRef SVInst, unsigned Elt) { in LLVMGetMaskValue() argument4013 Value *P = unwrap<Value>(SVInst); in LLVMGetMaskValue()